diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2011-03-24 00:05:07 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2011-03-24 00:05:07 (GMT) |
commit | 6567653a003191508ee5561dcd9896cb97cf3ec3 (patch) | |
tree | 0d52006c40bc0209460341d29455a33713b04bba /src/corelib | |
parent | b98ebf6be783413a36707ea16c4453e6f6fe6634 (diff) | |
download | Qt-6567653a003191508ee5561dcd9896cb97cf3ec3.zip Qt-6567653a003191508ee5561dcd9896cb97cf3ec3.tar.gz Qt-6567653a003191508ee5561dcd9896cb97cf3ec3.tar.bz2 |
Remove compile warning
Change-Id: If209db684878ab734b3265b479c59dfc27b18be1
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/animation/qabstractanimation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/animation/qabstractanimation.cpp b/src/corelib/animation/qabstractanimation.cpp index 55e511d..0a1f5d7 100644 --- a/src/corelib/animation/qabstractanimation.cpp +++ b/src/corelib/animation/qabstractanimation.cpp @@ -167,7 +167,7 @@ Q_GLOBAL_STATIC(QThreadStorage<QUnifiedTimer *>, unifiedTimer) QUnifiedTimer::QUnifiedTimer() : QObject(), defaultDriver(this), lastTick(0), timingInterval(DEFAULT_TIMER_INTERVAL), - insideTick(false), currentAnimationIdx(0), consistentTiming(false), slowMode(false), + currentAnimationIdx(0), insideTick(false), consistentTiming(false), slowMode(false), slowdownFactor(5.0f), isPauseTimerActive(false), runningLeafAnimations(0) { time.invalidate(); |