Fix qdoc warning: signal is not const
Amends fa664e0b2a
.
Pick-to: 6.2
Change-Id: I386ce27d4daf0679d40032e8b8bfbbf81adfb3a2
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Andreas Buhr <andreas.buhr@qt.io>
This commit is contained in:
parent
f0510d5bd2
commit
7bb464554a
@ -221,7 +221,7 @@ void QSequentialAnimationGroupPrivate::rewindForwards(const AnimationIndex &newA
|
||||
}
|
||||
|
||||
/*!
|
||||
\fn QSequentialAnimationGroup::currentAnimationChanged(QAbstractAnimation *current) const
|
||||
\fn QSequentialAnimationGroup::currentAnimationChanged(QAbstractAnimation *current)
|
||||
|
||||
QSequentialAnimationGroup emits this signal when currentAnimation
|
||||
has been changed. \a current is the current animation.
|
||||
|
Loading…
Reference in New Issue
Block a user