From 7f543c6afadfede7ac3f12e772efe237250bce27 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Fri, 21 May 2021 18:50:02 +0200 Subject: Fix qdoc warning after port to QProperty As of 7b6cef0e654eef0d932d1f8afe986eaa9b2299d4 the signal is a const member function. Change-Id: Ia5559904b7a47c9763863c73bb357d3d241307ea Reviewed-by: Paul Wicking --- src/corelib/animation/qsequentialanimationgroup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/animation/qsequentialanimationgroup.cpp') diff --git a/src/corelib/animation/qsequentialanimationgroup.cpp b/src/corelib/animation/qsequentialanimationgroup.cpp index 7ce86586286..e8a2d8e7014 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) + \fn QSequentialAnimationGroup::currentAnimationChanged(QAbstractAnimation *current) const QSequentialAnimationGroup emits this signal when currentAnimation has been changed. \a current is the current animation. -- cgit v1.2.3