summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/corelib/animation/qabstractanimation.cpp2
-rw-r--r--src/corelib/animation/qabstractanimation_p.h2
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;