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.cpp | |
parent | 7b42a443384c884ce12a9499a95455a188dcb02d (diff) | |
download | Qt-97cb8d856284efa7877c8127ad4e9ec2c02a6c7b.zip Qt-97cb8d856284efa7877c8127ad4e9ec2c02a6c7b.tar.gz Qt-97cb8d856284efa7877c8127ad4e9ec2c02a6c7b.tar.bz2 |
SpringFollow autotest
Diffstat (limited to 'src/declarative/util/qmlspringfollow.cpp')
-rw-r--r-- | src/declarative/util/qmlspringfollow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlspringfollow.cpp b/src/declarative/util/qmlspringfollow.cpp index 4a7c8b3..d6961b0 100644 --- a/src/declarative/util/qmlspringfollow.cpp +++ b/src/declarative/util/qmlspringfollow.cpp @@ -55,7 +55,7 @@ class QmlSpringFollowPrivate : public QObjectPrivate Q_DECLARE_PUBLIC(QmlSpringFollow) public: QmlSpringFollowPrivate() - : sourceValue(0), maxVelocity(0), lastTime(0) + : currentValue(0), sourceValue(0), maxVelocity(0), lastTime(0) , mass(1.0), spring(0.), damping(0.), velocity(0), epsilon(0.01) , modulus(0.0), useMass(false), haveModulus(false), enabled(true), mode(Track), clock(this) {} |