aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickpointerhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/handlers/qquickpointerhandler.cpp')
-rw-r--r--src/quick/handlers/qquickpointerhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/handlers/qquickpointerhandler.cpp b/src/quick/handlers/qquickpointerhandler.cpp
index c1b20b1388..597ce17c35 100644
--- a/src/quick/handlers/qquickpointerhandler.cpp
+++ b/src/quick/handlers/qquickpointerhandler.cpp
@@ -722,8 +722,8 @@ void QQuickPointerHandler::handlePointerEventImpl(QPointerEvent *event)
the Item's interior. Initially \l [QML] {target} {target()} is the same, but it
can be reassigned.
- \note When a handler is declared in a \l QtQuick3D.Model object, the parent
- is not an Item, therefore this property is \c null.
+ \note When a handler is declared in a \l [QtQuick3D] {Model}{QtQuick3D.Model}
+ object, the parent is not an Item, therefore this property is \c null.
\sa {target}, QObject::parent()
*/