aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickhoverhandler.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2023-06-29 23:09:50 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2023-07-02 00:06:36 +0200
commit794b6a6ab761f797b16aedfe26157b02cedc22e4 (patch)
treeeb8085880b924d49995673a02197c71e2a3ee8bb /src/quick/handlers/qquickhoverhandler.cpp
parentc9503d6379822b771124554bd56b3102fa33c103 (diff)
doc: Rename to Qt Quick Examples - Pointer Handlers
This seems to be still a consistent naming convention for example docs. Pick-to: 6.6 Change-Id: I508526ec992222da1c971bc327dd9c83a21640aa Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Diffstat (limited to 'src/quick/handlers/qquickhoverhandler.cpp')
-rw-r--r--src/quick/handlers/qquickhoverhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/handlers/qquickhoverhandler.cpp b/src/quick/handlers/qquickhoverhandler.cpp
index 6847101d4a..1643f89fea 100644
--- a/src/quick/handlers/qquickhoverhandler.cpp
+++ b/src/quick/handlers/qquickhoverhandler.cpp
@@ -33,7 +33,7 @@ Q_LOGGING_CATEGORY(lcHoverHandler, "qt.quick.handler.hover")
The \l cursorShape property allows changing the cursor whenever
\l hovered changes to \c true.
- \sa MouseArea, PointHandler, {Pointer Handlers Example}
+ \sa MouseArea, PointHandler, {Qt Quick Examples - Pointer Handlers}
*/
class QQuickHoverHandlerPrivate : public QQuickSinglePointHandlerPrivate