export the enum so scripts can get at it

svn path=/branches/KDE/4.4/kdelibs/; revision=1073433
This commit is contained in:
Aaron J. Seigo 2010-01-12 09:41:45 +00:00
parent 4014e41a7f
commit 7d4c3e651d

View File

@ -47,6 +47,7 @@ class PLASMA_EXPORT Animation : public QAbstractAnimation
{
Q_OBJECT
Q_ENUMS(Reference)
Q_PROPERTY(int duration READ duration WRITE setDuration)
Q_PROPERTY(QEasingCurve::Type easingCurveType READ easingCurveType WRITE setEasingCurveType)
Q_PROPERTY(QGraphicsWidget *targetWidget READ targetWidget WRITE setTargetWidget)