diff options
author | Sze Howe Koh <szehowe.koh@gmail.com> | 2013-11-03 11:04:18 +0800 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-05 00:29:01 +0100 |
commit | 16198d963d7a9e5e797a5987140936e5ab913ae5 (patch) | |
tree | 26645659229fc4d694b7b41e5185b12a38895fe6 /src/corelib/animation/qsequentialanimationgroup.cpp | |
parent | 6b8e866391cf933f077756c8ad154683885ea07f (diff) | |
download | qtbase-16198d963d7a9e5e797a5987140936e5ab913ae5.tar.gz |
Doc: Fix broken links
Task-number: QTBUG-33360
Change-Id: Ic944cb2f575c35ebad64852ef5fc44a50ac03571
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/corelib/animation/qsequentialanimationgroup.cpp')
-rw-r--r-- | src/corelib/animation/qsequentialanimationgroup.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/animation/qsequentialanimationgroup.cpp b/src/corelib/animation/qsequentialanimationgroup.cpp index 42debea782..1c84e3dbc9 100644 --- a/src/corelib/animation/qsequentialanimationgroup.cpp +++ b/src/corelib/animation/qsequentialanimationgroup.cpp @@ -303,8 +303,6 @@ QPauseAnimation *QSequentialAnimationGroup::insertPause(int index, int msecs) /*! \property QSequentialAnimationGroup::currentAnimation Returns the animation in the current time. - - \sa currentAnimationChanged() */ QAbstractAnimation *QSequentialAnimationGroup::currentAnimation() const { |