diff --git a/src/corelib/animation/qsequentialanimationgroup.cpp b/src/corelib/animation/qsequentialanimationgroup.cpp index 7ce8658628..e8a2d8e701 100644 --- a/src/corelib/animation/qsequentialanimationgroup.cpp +++ b/src/corelib/animation/qsequentialanimationgroup.cpp @@ -221,7 +221,7 @@ void QSequentialAnimationGroupPrivate::rewindForwards(const AnimationIndex &newA } /*! - \fn QSequentialAnimationGroup::currentAnimationChanged(QAbstractAnimation *current) + \fn QSequentialAnimationGroup::currentAnimationChanged(QAbstractAnimation *current) const QSequentialAnimationGroup emits this signal when currentAnimation has been changed. \a current is the current animation.