aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickpointerhandler.cpp
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-08-07 14:14:08 +0200
committerAndreas Eliasson <andreas.eliasson@qt.io>2023-08-09 15:34:11 +0200
commitcd3a9cd96478b4b4e906ec025ae5574198801b6d (patch)
tree08c47ea9ae83483e9eff530fedd49232b6ad0f1e /src/quick/handlers/qquickpointerhandler.cpp
parent5ebed8ff9e9c428597d1ea00de889fe59d23ec86 (diff)
Doc: Fix qdoc warnings
Make sure \li is inside \list \endlist. Also, fix some punctuation. Pick-to: 6.6 6.5 Change-Id: Ic877e391b17b4b008f9f8543019f3944eb264475 Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/quick/handlers/qquickpointerhandler.cpp')
-rw-r--r--src/quick/handlers/qquickpointerhandler.cpp13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/quick/handlers/qquickpointerhandler.cpp b/src/quick/handlers/qquickpointerhandler.cpp
index 34c5357614..aef13b9810 100644
--- a/src/quick/handlers/qquickpointerhandler.cpp
+++ b/src/quick/handlers/qquickpointerhandler.cpp
@@ -818,11 +818,14 @@ void QQuickPointerHandler::setActive(bool active)
/*!
This function can be overridden to implement whatever behavior a specific
subclass is intended to have:
- \li handle all the event's QPointerEvent::points() for which wantsEventPoint()
- already returned \c true
- \li call setPassiveGrab() setExclusiveGrab() or cancelAllGrabs() as necessary
- \li call QEvent::accept() to stop propagation, or ignore() to allow it
- to keep going
+ \list
+ \li Handle all the event's QPointerEvent::points() for which
+ wantsEventPoint() already returned \c true.
+ \li Call setPassiveGrab() setExclusiveGrab() or cancelAllGrabs() as
+ necessary.
+ \li Call QEvent::accept() to stop propagation, or ignore() to allow it
+ to keep going.
+ \endlist
*/
void QQuickPointerHandler::handlePointerEventImpl(QPointerEvent *event)
{