diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-11-10 11:06:48 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-11-10 11:06:48 (GMT) |
commit | 97cb8d856284efa7877c8127ad4e9ec2c02a6c7b (patch) | |
tree | 966fbec20969f6203e6240f75c490bf26a37e70e /src/declarative/util/qmlspringfollow_p.h | |
parent | 7b42a443384c884ce12a9499a95455a188dcb02d (diff) | |
download | Qt-97cb8d856284efa7877c8127ad4e9ec2c02a6c7b.zip Qt-97cb8d856284efa7877c8127ad4e9ec2c02a6c7b.tar.gz Qt-97cb8d856284efa7877c8127ad4e9ec2c02a6c7b.tar.bz2 |
SpringFollow autotest
Diffstat (limited to 'src/declarative/util/qmlspringfollow_p.h')
-rw-r--r-- | src/declarative/util/qmlspringfollow_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/util/qmlspringfollow_p.h b/src/declarative/util/qmlspringfollow_p.h index b81539a..b7989e4 100644 --- a/src/declarative/util/qmlspringfollow_p.h +++ b/src/declarative/util/qmlspringfollow_p.h @@ -64,7 +64,6 @@ class Q_DECLARATIVE_EXPORT QmlSpringFollow : public QObject, 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(qreal modulus READ modulus WRITE setModulus) Q_PROPERTY(bool enabled READ enabled WRITE setEnabled) Q_PROPERTY(qreal value READ value NOTIFY valueChanged) Q_PROPERTY(qreal modulus READ modulus WRITE setModulus NOTIFY modulusChanged) |