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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/util/qmlfollow.h b/src/declarative/util/qmlfollow.h
index aac4c01..bd9363a 100644
--- a/src/declarative/util/qmlfollow.h
+++ b/src/declarative/util/qmlfollow.h
@@ -63,6 +63,7 @@ class Q_DECLARATIVE_EXPORT QmlFollow : public QmlPropertyValueSource,
Q_PROPERTY(qreal velocity READ velocity WRITE setVelocity);
Q_PROPERTY(qreal spring READ spring WRITE setSpring);
Q_PROPERTY(qreal damping READ damping WRITE setDamping);
+ Q_PROPERTY(qreal epsilon READ epsilon WRITE setEpsilon);
Q_PROPERTY(bool enabled READ enabled WRITE setEnabled);
Q_PROPERTY(qreal followValue READ value NOTIFY valueChanged);
@@ -80,6 +81,8 @@ public:
void setSpring(qreal spring);
qreal damping() const;
void setDamping(qreal damping);
+ qreal epsilon() const;
+ void setEpsilon(qreal epsilon);
bool enabled() const;
void setEnabled(bool enabled);