export the enum so scripts can get at it
svn path=/branches/KDE/4.4/kdelibs/; revision=1073433
This commit is contained in:
parent
4014e41a7f
commit
7d4c3e651d
@ -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…
x
Reference in New Issue
Block a user