~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to kde/src/widgets/acceleratedvideowidget.cpp

  • Committer: Jackson Doak
  • Date: 2013-07-10 21:04:46 UTC
  • mfrom: (20.1.3 sid)
  • Revision ID: noskcaj@ubuntu.com-20130710210446-y8f587vza807icr9
Properly merged from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/***************************************************************************
2
 
 *   Copyright (C) 2009-2012 by Savoir-Faire Linux                         *
 
2
 *   Copyright (C) 2009-2013 by Savoir-Faire Linux                         *
3
3
 *   Author : Emmanuel Lepage Valle <emmanuel.lepage@savoirfairelinux.com >*
4
4
 *            Nokia                                                        *
5
5
 *                                                                         *
180
180
Cube::Cube(const QVector3D &loc)
181
181
   : Tile(loc)
182
182
   , rot(0.0f)
183
 
   , r(0), a(0)
 
183
   , r(0), a(0),rtn(0)
184
184
{
185
185
}
186
186