From 7bb464554a8d86d2874e6d01fb6d5e911447c475 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 14 Jul 2021 11:45:54 +0200 Subject: [PATCH] Fix qdoc warning: signal is not const MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Amends fa664e0b2ad748a5b56de8ca0fd9ee3ed1966e7d. Pick-to: 6.2 Change-Id: I386ce27d4daf0679d40032e8b8bfbbf81adfb3a2 Reviewed-by: MÃ¥rten Nordheim Reviewed-by: Andreas Buhr --- src/corelib/animation/qsequentialanimationgroup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/animation/qsequentialanimationgroup.cpp b/src/corelib/animation/qsequentialanimationgroup.cpp index e8a2d8e7014..7ce86586286 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) const + \fn QSequentialAnimationGroup::currentAnimationChanged(QAbstractAnimation *current) QSequentialAnimationGroup emits this signal when currentAnimation has been changed. \a current is the current animation.