aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickhoverhandler.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-11-04 12:37:45 +0100
committerTopi Reinio <topi.reinio@qt.io>2020-11-05 09:00:48 +0100
commit0b12055548a8781b0c328991c267d62222667e8e (patch)
treede91b0183203dd00318fed9fa5ca4cff6713142a /src/quick/handlers/qquickhoverhandler.cpp
parentc01ad45d67ec0ce96d6944496dc292a94f17efea (diff)
Doc: Fix documentation warnings for Qt Quick
- Remove links to modules and examples that are not part of Qt 6. - Remove links to entities marked as \internal - Add missing enum value and QML property docs where it's trivial to do so. Task-number: QTBUG-88156 Change-Id: I10a1c7bcc5fe0e2354ea69eaf24930362edb7415 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/quick/handlers/qquickhoverhandler.cpp')
-rw-r--r--src/quick/handlers/qquickhoverhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/handlers/qquickhoverhandler.cpp b/src/quick/handlers/qquickhoverhandler.cpp
index cdb9b2578c..c105bf6537 100644
--- a/src/quick/handlers/qquickhoverhandler.cpp
+++ b/src/quick/handlers/qquickhoverhandler.cpp
@@ -176,14 +176,14 @@ void QQuickHoverHandler::setHovered(bool hovered)
\endlist
The default value of this property is not set, which allows any active
- handler on the same \l parentItem to determine the cursor shape.
+ handler on the same \e parent item to determine the cursor shape.
This property can be reset to the initial condition by setting it to
\c undefined.
If any handler with defined \c cursorShape is
\l {PointerHandler::active}{active}, that cursor will appear.
Else if the HoverHandler has a defined \c cursorShape, that cursor will appear.
- Otherwise, the \l {QQuickItem::cursor()}{cursor} of \l parentItem will appear.
+ Otherwise, the \l {QQuickItem::cursor()}{cursor} of \e parent item will appear.
\note When this property has not been set, or has been set to \c undefined,
if you read the value it will return \c Qt.ArrowCursor.