summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativesmoothedanimation_p_p.h
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-09-09 08:11:09 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-09-09 08:38:47 (GMT)
commit3146eab715817e25abc3c43232ddaa6602f1aefb (patch)
tree2a23fd451e154640ae0113efe986084b3af9f234 /src/declarative/util/qdeclarativesmoothedanimation_p_p.h
parente7831cacd42f84eecff287c8df0b049f41b45bb7 (diff)
downloadQt-3146eab715817e25abc3c43232ddaa6602f1aefb.zip
Qt-3146eab715817e25abc3c43232ddaa6602f1aefb.tar.gz
Qt-3146eab715817e25abc3c43232ddaa6602f1aefb.tar.bz2
Update running animations if a SmoothedAnimation is changed
This behavior is consistent with the other animations. Task-number: QTBUG-12336 Reviewed-by: Leonardo Sobral Cunha
Diffstat (limited to 'src/declarative/util/qdeclarativesmoothedanimation_p_p.h')
-rw-r--r--src/declarative/util/qdeclarativesmoothedanimation_p_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/util/qdeclarativesmoothedanimation_p_p.h b/src/declarative/util/qdeclarativesmoothedanimation_p_p.h
index 8cdbea2..cb0f4c2 100644
--- a/src/declarative/util/qdeclarativesmoothedanimation_p_p.h
+++ b/src/declarative/util/qdeclarativesmoothedanimation_p_p.h
@@ -123,6 +123,7 @@ class QDeclarativeSmoothedAnimationPrivate : public QDeclarativePropertyAnimatio
Q_DECLARE_PUBLIC(QDeclarativeSmoothedAnimation)
public:
QDeclarativeSmoothedAnimationPrivate();
+ void updateRunningAnimations();
QParallelAnimationGroup *wrapperGroup;
QSmoothedAnimation *anim;