summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-01-22 10:13:53 +0100
committerThierry Bastian <thierry.bastian@nokia.com>2010-01-22 10:16:44 +0100
commitfa41110be15ce458bd2b49bda03b147775d2ab01 (patch)
treecdbaf7b1f8e17a1a39633056c0cc413311136f6b /src/corelib/animation
parent89664f6c813449afa41db13e00a0b0f46c36365f (diff)
removed a debug trace
Diffstat (limited to 'src/corelib/animation')
-rw-r--r--src/corelib/animation/qabstractanimation.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/animation/qabstractanimation.cpp b/src/corelib/animation/qabstractanimation.cpp
index 2b4ab478c7..cedb43fbb2 100644
--- a/src/corelib/animation/qabstractanimation.cpp
+++ b/src/corelib/animation/qabstractanimation.cpp
@@ -299,8 +299,6 @@ void QUnifiedTimer::registerRunningAnimation(QAbstractAnimation *animation)
return;
if (QAbstractAnimationPrivate::get(animation)->isPause) {
- if (animation->duration() == -1)
- qDebug() << "toto";
runningPauseAnimations << animation;
} else
runningLeafAnimations++;