~ubuntu-branches/ubuntu/lucid/kde4libs/lucid-updates

« back to all changes in this revision

Viewing changes to plasma/animations/rotation_p.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-01-19 20:32:41 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20100119203241-6qlz4p6emiawose6
Tags: 4:4.3.95-0ubuntu1
* New upstream release candidate:
  - Remove kubuntu_71_knewstuff_crashes.diff, applied upstream
  - Remove kubuntu_72_popupapplet_crash_fix.diff, applied upstream
  - Refresh kubuntu_70_dbusmenu.diff
  - Bump RUNTIME_DEPS value in debian/rules to 4.3.90
  - Update .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
     * @param angle Rotation angle (0 to 360)
57
57
     *
58
58
     */
59
 
    RotationAnimation(QObject *parent = 0,
60
 
                      const qint8 &reference = Up,
61
 
                      const Qt::Axis &axis = Qt::ZAxis,
62
 
                      const qreal &angle = 180);
 
59
    explicit RotationAnimation(QObject *parent = 0,
 
60
                               qint8 reference = Center,
 
61
                               Qt::Axis axis = Qt::ZAxis,
 
62
                               qreal angle = 180);
63
63
 
64
64
    /** Destructor */
65
65
    ~RotationAnimation();