summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-07-14 11:45:54 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-07-14 14:17:43 +0000
commit96d38268ae01d9dc78f8381910f7af39e657ee96 (patch)
tree3e7f5668a6da9f251457ae9d9548f14a533a2e1f
parent627a4db6cfec6234c2c274b3eadebf57d0e637bb (diff)
Fix qdoc warning: signal is not const
Amends fa664e0b2ad748a5b56de8ca0fd9ee3ed1966e7d. Change-Id: I386ce27d4daf0679d40032e8b8bfbbf81adfb3a2 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Andreas Buhr <andreas.buhr@qt.io> (cherry picked from commit 7bb464554a8d86d2874e6d01fb6d5e911447c475) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/corelib/animation/qsequentialanimationgroup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/animation/qsequentialanimationgroup.cpp b/src/corelib/animation/qsequentialanimationgroup.cpp
index e8a2d8e701..7ce8658628 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.