Add missing interface declaration
authorCharles Yin <charles.yin@nokia.com>
Wed, 8 Feb 2012 06:26:06 +0000 (16:26 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 8 Feb 2012 22:27:09 +0000 (23:27 +0100)
Change-Id: I18774f01b78f160b53c3ee96f1fe3a4cc8ce4950
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
src/quick/util/qdeclarativeanimationcontroller_p.h

index d4000b5..4a064f6 100644 (file)
@@ -55,6 +55,8 @@ class QDeclarativeAnimationControllerPrivate;
 class Q_AUTOTEST_EXPORT QDeclarativeAnimationController : public QObject, public QDeclarativeParserStatus
 {
     Q_OBJECT
+    Q_INTERFACES(QDeclarativeParserStatus)
+
     Q_DECLARE_PRIVATE(QDeclarativeAnimationController)
     Q_CLASSINFO("DefaultProperty", "animation")