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 a9cf294e2b..cae700b1c8 100644
--- a/src/quick/handlers/qquickpointerhandler.cpp
+++ b/src/quick/handlers/qquickpointerhandler.cpp
@@ -157,7 +157,7 @@ void QQuickPointerHandler::resetDragThreshold()
\since 5.15
\qmlproperty Qt::CursorShape PointerHandler::cursorShape
This property holds the cursor shape that will appear whenever the mouse is
- hovering over the \l parentItem while \l active is \c true.
+ hovering over the \l parent item while \l active is \c true.
The available cursor shapes are:
\list
@@ -186,7 +186,7 @@ void QQuickPointerHandler::resetDragThreshold()
\endlist
The default value is not set, which allows the \l {QQuickItem::cursor()}{cursor}
- of \l parentItem to appear. This property can be reset to the same initial
+ of \l parent item to appear. This property can be reset to the same initial
condition by setting it to undefined.
\note When this property has not been set, or has been set to \c undefined,