diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-29 06:14:16 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-29 06:14:16 (GMT) |
commit | dc741de083711e0089bd2fb5ed326a011f488830 (patch) | |
tree | da3e4e8f17f8524cac23122a56a316448c019939 | |
parent | 13d3f1f67819ea293572ffde246cad1eeb68cee4 (diff) | |
download | Qt-dc741de083711e0089bd2fb5ed326a011f488830.zip Qt-dc741de083711e0089bd2fb5ed326a011f488830.tar.gz Qt-dc741de083711e0089bd2fb5ed326a011f488830.tar.bz2 |
Fix qdoc error.
Reviewed-by: Trust Me
-rw-r--r-- | src/corelib/animation/qabstractanimation.cpp | 4 |
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() */ |