summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-11-16 14:11:12 +0100
committerMartin Smith <msmith@trolltech.com>2009-11-16 14:11:55 +0100
commit934ebd5994754e7c304b7cad8d3907b78d31b9b0 (patch)
tree97ebdaad8be122f84f9ada4452d5395c903b82c8 /src/corelib/animation
parent8c468a5d8130a974edd803cb58f67e405c938a83 (diff)
doc: Fixed qdoc errors.
Diffstat (limited to 'src/corelib/animation')
-rw-r--r--src/corelib/animation/qabstractanimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/animation/qabstractanimation.cpp b/src/corelib/animation/qabstractanimation.cpp
index be99b3b226..ef4989bc4f 100644
--- a/src/corelib/animation/qabstractanimation.cpp
+++ b/src/corelib/animation/qabstractanimation.cpp
@@ -665,7 +665,7 @@ int QAbstractAnimation::currentLoopTime() const
The animation's current time starts at 0, and ends at totalDuration().
- \sa loopCount, currentLoopTime
+ \sa loopCount, currentLoopTime()
*/
int QAbstractAnimation::currentTime() const
{