summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-10-10 14:29:40 +0200
committerMitch Curtis <mitch.curtis@digia.com>2014-11-03 16:54:56 +0100
commit9571e0b6cd1f563a3155041a864a3922ed340664 (patch)
treee8830029834efa6a246350185cd419a080f5e831 /src/corelib/animation
parenta31ad5b73ad31402c0dc89ce913b032c35bab79d (diff)
Doc: corrected autolink issue animation
Task-number: QTBUG-40362 Change-Id: If89a8ae6aeecd4060a34f987baaf55c12439e7ea Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Diffstat (limited to 'src/corelib/animation')
-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 0f87d7263e..241501d60d 100644
--- a/src/corelib/animation/qanimationgroup.cpp
+++ b/src/corelib/animation/qanimationgroup.cpp
@@ -62,7 +62,7 @@
QAnimationGroup provides methods for adding and retrieving
animations. Besides that, you can remove animations by calling
- remove(), and clear the animation group by calling
+ \l removeAnimation(), and clear the animation group by calling
clear(). You may keep track of changes in the group's
animations by listening to QEvent::ChildAdded and
QEvent::ChildRemoved events.