From 485e183062043b39c0b6ec57caee7032dfffc5b0 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Mon, 19 Feb 2018 15:10:10 +0100 Subject: doc: Correct mostly linking errors This update corrects many qdoc warnings, mostly of the "Can't link to..." variety, but there were also a few qdoc comments added. As of this update, the qdoc warning count is 46 in QtDeclarative. Change-Id: Icf2d34c7ce7010ebfd9b474feacfe8af42f3fd5f Reviewed-by: Martin Smith --- src/quick/handlers/qquickdraghandler.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/quick/handlers/qquickdraghandler.cpp') diff --git a/src/quick/handlers/qquickdraghandler.cpp b/src/quick/handlers/qquickdraghandler.cpp index 5180a840ca..a4c3d3dfb1 100644 --- a/src/quick/handlers/qquickdraghandler.cpp +++ b/src/quick/handlers/qquickdraghandler.cpp @@ -59,14 +59,15 @@ QT_BEGIN_NAMESPACE It has properties to restrict the range of dragging. - If it is declared within one Item but is assigned a different \l target, - then it handles events within the bounds of the \l parent Item but + If it is declared within one Item but is assigned a different + \l {PointerHandler::target}, then it handles events within the + bounds of the \l {PointerHandler::parent} Item but manipulates the \c target Item instead: \snippet pointerHandlers/dragHandlerDifferentTarget.qml 0 - A third way to use it is to set \l target to \c null and react to property - changes in some other way: + A third way to use it is to set \l {PointerHandler::target} to + \c null and react to property changes in some other way: \snippet pointerHandlers/dragHandlerNullTarget.qml 0 -- cgit v1.2.3