summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-01-22 09:13:53 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2010-01-22 09:16:44 (GMT)
commitfa41110be15ce458bd2b49bda03b147775d2ab01 (patch)
treecdbaf7b1f8e17a1a39633056c0cc413311136f6b /src
parent89664f6c813449afa41db13e00a0b0f46c36365f (diff)
downloadQt-fa41110be15ce458bd2b49bda03b147775d2ab01.zip
Qt-fa41110be15ce458bd2b49bda03b147775d2ab01.tar.gz
Qt-fa41110be15ce458bd2b49bda03b147775d2ab01.tar.bz2
removed a debug trace
Diffstat (limited to 'src')
-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 2b4ab47..cedb43f 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++;