summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-05-21 18:50:02 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2021-05-27 17:18:18 +0200
commit7f543c6afadfede7ac3f12e772efe237250bce27 (patch)
tree50e6536dec5579059340e1e35a85eb390ef217b8 /src
parentd7e478475eb94cd4fdb3e9fcbd2c407796f2342b (diff)
Fix qdoc warning after port to QProperty
As of 7b6cef0e654eef0d932d1f8afe986eaa9b2299d4 the signal is a const member function. Change-Id: Ia5559904b7a47c9763863c73bb357d3d241307ea Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src')
-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 7ce8658628..e8a2d8e701 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.