diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-08-12 12:19:15 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-08-12 12:21:23 (GMT) |
commit | 657de489549bab1f9d2ba759739dd55f65a8532e (patch) | |
tree | ad1878a9bd11bfe0b7b7f03eddf44cfca5bf7dc7 /src/corelib/animation/qvariantanimation_p.h | |
parent | 4cf8deb5da96b00a3b89c5c328aab3d47e1dfbb3 (diff) | |
download | Qt-657de489549bab1f9d2ba759739dd55f65a8532e.zip Qt-657de489549bab1f9d2ba759739dd55f65a8532e.tar.gz Qt-657de489549bab1f9d2ba759739dd55f65a8532e.tar.bz2 |
Make QPropertyAnimation symetric wrt direction
It is now possible to set a start value and no end value and starting
the animation will pick the default end value from the current value
of the property that's being animated.
Diffstat (limited to 'src/corelib/animation/qvariantanimation_p.h')
-rw-r--r-- | src/corelib/animation/qvariantanimation_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/animation/qvariantanimation_p.h b/src/corelib/animation/qvariantanimation_p.h index dbfd956..9c9d25b 100644 --- a/src/corelib/animation/qvariantanimation_p.h +++ b/src/corelib/animation/qvariantanimation_p.h @@ -84,7 +84,6 @@ public: QVariantAnimation::KeyValues keyValues; QVariant currentValue; QVariant defaultStartValue; - bool hasStartValue; //this is used to keep track of the KeyValue interval in which we currently are struct |