summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-09-29 06:14:16 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-09-29 06:14:16 (GMT)
commitdc741de083711e0089bd2fb5ed326a011f488830 (patch)
treeda3e4e8f17f8524cac23122a56a316448c019939 /src/corelib/animation
parent13d3f1f67819ea293572ffde246cad1eeb68cee4 (diff)
downloadQt-dc741de083711e0089bd2fb5ed326a011f488830.zip
Qt-dc741de083711e0089bd2fb5ed326a011f488830.tar.gz
Qt-dc741de083711e0089bd2fb5ed326a011f488830.tar.bz2
Fix qdoc error.
Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib/animation')
-rw-r--r--src/corelib/animation/qabstractanimation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/animation/qabstractanimation.cpp b/src/corelib/animation/qabstractanimation.cpp
index d6ef95b..f92c22d 100644
--- a/src/corelib/animation/qabstractanimation.cpp
+++ b/src/corelib/animation/qabstractanimation.cpp
@@ -704,8 +704,8 @@ bool QAbstractAnimation::event(QEvent *event)
/*!
\fn virtual void QAbstractAnimation::updateCurrentTime(int currentTime) = 0;
- This pure virtual function is called every time the animation's current
- time changes.
+ This pure virtual function is called every time the animation's
+ \a currentTime changes.
\sa updateState()
*/