summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-01-22 09:13:53 (GMT)
committerPrasanth Ullattil <prasanth.ullattil@nokia.com>2010-01-27 15:30:22 (GMT)
commite6cd01d47cd7da1b34e36b0bc3de7e94429f6d58 (patch)
tree5d785f911bb2023a519a3a375df1ccd351c8f825 /src/corelib
parent51f8dd863b037415f84d53884f1576171c11566d (diff)
downloadQt-e6cd01d47cd7da1b34e36b0bc3de7e94429f6d58.zip
Qt-e6cd01d47cd7da1b34e36b0bc3de7e94429f6d58.tar.gz
Qt-e6cd01d47cd7da1b34e36b0bc3de7e94429f6d58.tar.bz2
removed a debug trace
Diffstat (limited to 'src/corelib')
-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++;