From f7a9bffd11efce32f0fa318c01de8c8088fe4d95 Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Fri, 8 May 2009 15:17:39 +1000 Subject: Correct spelling. setConsitentTiming -> setConsistentTiming --- src/corelib/animation/qabstractanimation.cpp | 2 +- src/corelib/animation/qabstractanimation_p.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/animation/qabstractanimation.cpp b/src/corelib/animation/qabstractanimation.cpp index 6a824b6..f5b9323 100644 --- a/src/corelib/animation/qabstractanimation.cpp +++ b/src/corelib/animation/qabstractanimation.cpp @@ -205,7 +205,7 @@ void QUnifiedTimer::setTimingInterval(int interval) this allows to have a consistent timer interval at each tick from the timer not taking the real time that passed into account. */ -void QUnifiedTimer::setConsitentTiming(bool b) +void QUnifiedTimer::setConsistentTiming(bool b) { consistentTiming = b; } diff --git a/src/corelib/animation/qabstractanimation_p.h b/src/corelib/animation/qabstractanimation_p.h index 49c0195..41983a5 100644 --- a/src/corelib/animation/qabstractanimation_p.h +++ b/src/corelib/animation/qabstractanimation_p.h @@ -122,7 +122,7 @@ public: void unregisterAnimation(QAbstractAnimation *animation); void setTimingInterval(int interval); - void setConsitentTiming(bool consistent); + void setConsistentTiming(bool consistent); int elapsedTime() const; -- cgit v0.12