From 9d552fbf54a25b4bab7fff8a150ab0d03d524983 Mon Sep 17 00:00:00 2001 From: Thierry Bastian Date: Wed, 23 Sep 2009 15:30:24 +0200 Subject: Small change in the API of animations We're not taking a parameter in updateCurrentTime any more because that parameter was the total currenttime. So it was taking into account the currenttime and the currentloop at once. This was inconsistent 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 05eb3b332f..caac9e9a81 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(int msecs); + void updateCurrentTime(); private: Q_DISABLE_COPY(QPauseAnimation) -- cgit v1.2.1