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:
Volker Hilsheimer 2021-05-21 18:50:02 +02:00
parent d7e478475e
commit 7f543c6afa

View File

@ -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.