diff options
author | Martin Smith <msmith@trolltech.com> | 2009-11-16 13:11:12 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-11-16 13:11:55 (GMT) |
commit | 934ebd5994754e7c304b7cad8d3907b78d31b9b0 (patch) | |
tree | 97ebdaad8be122f84f9ada4452d5395c903b82c8 /src/corelib/animation | |
parent | 8c468a5d8130a974edd803cb58f67e405c938a83 (diff) | |
download | Qt-934ebd5994754e7c304b7cad8d3907b78d31b9b0.zip Qt-934ebd5994754e7c304b7cad8d3907b78d31b9b0.tar.gz Qt-934ebd5994754e7c304b7cad8d3907b78d31b9b0.tar.bz2 |
doc: Fixed qdoc errors.
Diffstat (limited to 'src/corelib/animation')
-rw-r--r-- | src/corelib/animation/qabstractanimation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/animation/qabstractanimation.cpp b/src/corelib/animation/qabstractanimation.cpp index be99b3b..ef4989b 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 { |