declare the enumeration so scripts can get at it
svn path=/trunk/KDE/kdelibs/; revision=1073432
This commit is contained in:
parent
e7b129bea3
commit
6d71722209
@ -47,6 +47,7 @@ class PLASMA_EXPORT Animation : public QAbstractAnimation
|
|||||||
{
|
{
|
||||||
|
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
Q_ENUMS(Reference)
|
||||||
Q_PROPERTY(int duration READ duration WRITE setDuration)
|
Q_PROPERTY(int duration READ duration WRITE setDuration)
|
||||||
Q_PROPERTY(QEasingCurve::Type easingCurveType READ easingCurveType WRITE setEasingCurveType)
|
Q_PROPERTY(QEasingCurve::Type easingCurveType READ easingCurveType WRITE setEasingCurveType)
|
||||||
Q_PROPERTY(QGraphicsWidget *targetWidget READ targetWidget WRITE setTargetWidget)
|
Q_PROPERTY(QGraphicsWidget *targetWidget READ targetWidget WRITE setTargetWidget)
|
||||||
|
Loading…
Reference in New Issue
Block a user