summaryrefslogtreecommitdiff
path: root/src/corelib/animation/qanimationgroup.cpp
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-05-26 09:23:55 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2009-05-26 09:23:55 +0200
commitbaec0ecd314c6e9563bd56cf19571ca71d7d11cd (patch)
tree675e10d1578b2b0a5fd4e6fb2d8a1764295ac030 /src/corelib/animation/qanimationgroup.cpp
parent51167b0f2f7b3989ed448160fda3209e9382663a (diff)
downloadqt4-tools-baec0ecd314c6e9563bd56cf19571ca71d7d11cd.tar.gz
Fixed docs warnings for Animation API
Diffstat (limited to 'src/corelib/animation/qanimationgroup.cpp')
-rw-r--r--src/corelib/animation/qanimationgroup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/animation/qanimationgroup.cpp b/src/corelib/animation/qanimationgroup.cpp
index ed06effcf5..839b5226c2 100644
--- a/src/corelib/animation/qanimationgroup.cpp
+++ b/src/corelib/animation/qanimationgroup.cpp
@@ -236,7 +236,7 @@ void QAnimationGroup::removeAnimation(QAbstractAnimation *animation)
\note The ownership of the animation is transferred to the caller.
- \sa removeAnimation(), addAnimation(), insertAnimation(), indexOfAnimation()
+ \sa removeAnimation(), addAnimation(), insertAnimationAt(), indexOfAnimation()
*/
QAbstractAnimation *QAnimationGroup::takeAnimationAt(int index)
{