Fix qdoc warning after port to QProperty
As of 7b6cef0e65
the signal is a const
member function.
Change-Id: Ia5559904b7a47c9763863c73bb357d3d241307ea
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
d7e478475e
commit
7f543c6afa
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user