From 6d7172220911b8f4babf1a0f49f7aaa08cbc7eee Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Tue, 12 Jan 2010 09:40:51 +0000 Subject: [PATCH] declare the enumeration so scripts can get at it svn path=/trunk/KDE/kdelibs/; revision=1073432 --- animations/animation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/animations/animation.h b/animations/animation.h index 764646281..56354ec9a 100644 --- a/animations/animation.h +++ b/animations/animation.h @@ -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)