summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlfollow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util/qmlfollow.h')
-rw-r--r--src/declarative/util/qmlfollow.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/declarative/util/qmlfollow.h b/src/declarative/util/qmlfollow.h
index 1f6376a..ff34d08 100644
--- a/src/declarative/util/qmlfollow.h
+++ b/src/declarative/util/qmlfollow.h
@@ -52,13 +52,12 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
class QmlFollowPrivate;
-class Q_DECLARATIVE_EXPORT QmlFollow : public QObject, public QmlPropertyValueSource,
- public QmlParserStatus
+class Q_DECLARATIVE_EXPORT QmlFollow : public QObject,
+ public QmlPropertyValueSource
{
Q_OBJECT
Q_DECLARE_PRIVATE(QmlFollow)
Q_INTERFACES(QmlPropertyValueSource)
- Q_INTERFACES(QmlParserStatus)
Q_PROPERTY(qreal source READ sourceValue WRITE setSourceValue)
Q_PROPERTY(qreal velocity READ velocity WRITE setVelocity)