diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2009-10-06 17:00:34 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2009-10-07 15:37:47 (GMT) |
commit | cd32bfdd74a9615d28670a197296821d7cf2844d (patch) | |
tree | 2701c2e340c91ad4895c0e6014035abdc14104a2 /tests/auto/auto.pro | |
parent | 232212660535bddee054f3c60b7e8a9dfcc8c582 (diff) | |
download | Qt-cd32bfdd74a9615d28670a197296821d7cf2844d.zip Qt-cd32bfdd74a9615d28670a197296821d7cf2844d.tar.gz Qt-cd32bfdd74a9615d28670a197296821d7cf2844d.tar.bz2 |
Avoids timer ticks when there are only pause animations running
When there are only pause animations running, the timer will stop and
restart when the closest pause animation finishes. While there are only
pause animations running, there are no additional timer ticks, but
if there is at least one animation running that is not a group or a pause,
then the global animation timer will restore it's update interval.
Includes a new auto-test for the QPauseAnimation class.
Task-number: QT-941
Reviewed-by: thierry
Reviewed-by: janarve
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index f3ecdae..60da6c7 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -234,6 +234,7 @@ SUBDIRS += \ qpainterpath \ qpalette \ qparallelanimationgroup \ + qpauseanimation \ qpathclipper \ qpen \ qpicture \ |