summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qcallbackmapping.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/frontend/qcallbackmapping.cpp')
-rw-r--r--src/animation/frontend/qcallbackmapping.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/frontend/qcallbackmapping.cpp b/src/animation/frontend/qcallbackmapping.cpp
index 3fcc7cf5e..c0163da80 100644
--- a/src/animation/frontend/qcallbackmapping.cpp
+++ b/src/animation/frontend/qcallbackmapping.cpp
@@ -107,7 +107,7 @@ void QCallbackMapping::setChannelName(const QString &channelName)
Such mappings do not have to have a target object and property name. When
the \a callback object is set, every change in the animated value will lead
to invoking the callback's
- \l{QAnimationCallback::onValueChanged()}{onValueChanged()} function either
+ \l {Qt3DAnimation::QAnimationCallback::valueChanged}{valueChanged} function either
on the gui/main thread, or directly on one of the thread pool's worker
thread. This is controlled by \a flags.