aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickhoverhandler.cpp
diff options
context:
space:
mode:
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 fbf71ea3fc..61955cad03 100644
--- a/src/quick/handlers/qquickhoverhandler.cpp
+++ b/src/quick/handlers/qquickhoverhandler.cpp
@@ -48,7 +48,7 @@ Q_LOGGING_CATEGORY(lcHoverHandler, "qt.quick.handler.hover")
\instantiates QQuickHoverHandler
\inqmlmodule QtQuick
\ingroup qtquick-input-handlers
- \brief Handler for mouse and tablet hover
+ \brief Handler for mouse and tablet hover.
HoverHandler detects a hovering cursor. Since touchscreens don't generally
offer hover events, in practice it detects a hovering mouse or tablet stylus.