From 3d75a66c2908faa39d25b55f3d4b8ff3d0c5c4b7 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Fri, 28 Sep 2018 10:55:24 +0200 Subject: Doc: fix broken links in qanimationcallback.cpp and qframegraphnode.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qframegraphnode.cpp:217: Cannot tie this documentation to anything qcallbackmapping.cpp:104: Can't link to 'QAnimationCallback::onValueChanged()' Change-Id: I20fb3a5688c16e86c2a62201991d30f735358d76 Reviewed-by: Edward Welbourne Reviewed-by: Paul Wicking Reviewed-by: Topi Reiniƶ --- src/animation/frontend/qcallbackmapping.cpp | 2 +- src/render/framegraph/qframegraphnode.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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. diff --git a/src/render/framegraph/qframegraphnode.cpp b/src/render/framegraph/qframegraphnode.cpp index 3cf19d0d8..9acfd1209 100644 --- a/src/render/framegraph/qframegraphnode.cpp +++ b/src/render/framegraph/qframegraphnode.cpp @@ -215,6 +215,7 @@ QFrameGraphNode *QFrameGraphNode::parentFrameGraphNode() const } /*! + \internal * Returns a list of the children that are frame graph nodes. * If this function encounters a child node that is not a frame graph node, * it will go through the children of the child node and look for frame graph nodes. -- cgit v1.2.3