From 7626109da40a91cb38fbe3f23e08b50a04d2194a Mon Sep 17 00:00:00 2001 From: Thierry Bastian Date: Mon, 28 Sep 2009 15:52:32 +0200 Subject: Animations: updateCurrentTime now receives the currentTime as paramater Reviewed-by: Leo --- src/corelib/animation/qpauseanimation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/animation/qpauseanimation.h') 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) -- cgit v1.2.1