summaryrefslogtreecommitdiff
path: root/src/corelib/animation/qpauseanimation.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-09-28 15:52:32 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2009-09-28 15:57:39 +0200
commit7626109da40a91cb38fbe3f23e08b50a04d2194a (patch)
treeb53358c91c08ecde5f4d12d5f20e1f6609fa17e7 /src/corelib/animation/qpauseanimation.h
parent124b4a1a5832d21d63722ee5ac68007083a4f8ae (diff)
downloadqt4-tools-7626109da40a91cb38fbe3f23e08b50a04d2194a.tar.gz
Animations: updateCurrentTime now receives the currentTime as paramater
Reviewed-by: Leo
Diffstat (limited to 'src/corelib/animation/qpauseanimation.h')
-rw-r--r--src/corelib/animation/qpauseanimation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/animation/qpauseanimation.h b/src/corelib/animation/qpauseanimation.h
index caac9e9a81..1b814727dc 100644
--- a/src/corelib/animation/qpauseanimation.h
+++ b/src/corelib/animation/qpauseanimation.h
@@ -68,7 +68,7 @@ public:
protected:
bool event(QEvent *e);
- void updateCurrentTime();
+ void updateCurrentTime(int);
private:
Q_DISABLE_COPY(QPauseAnimation)