summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qanimationgroup.cpp
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-05-26 07:23:55 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-05-26 07:23:55 (GMT)
commitbaec0ecd314c6e9563bd56cf19571ca71d7d11cd (patch)
tree675e10d1578b2b0a5fd4e6fb2d8a1764295ac030 /src/corelib/animation/qanimationgroup.cpp
parent51167b0f2f7b3989ed448160fda3209e9382663a (diff)
downloadQt-baec0ecd314c6e9563bd56cf19571ca71d7d11cd.zip
Qt-baec0ecd314c6e9563bd56cf19571ca71d7d11cd.tar.gz
Qt-baec0ecd314c6e9563bd56cf19571ca71d7d11cd.tar.bz2
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 ed06eff..839b522 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)
{