aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickforeignutils.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2023-02-08 22:13:35 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2023-02-28 12:20:36 +0100
commite283c05af745210d4a1f6c0aa9c33bf4da23a1e0 (patch)
tree045d000acb765248039f5ad6672ab1b051a38b20 /src/quick/util/qquickforeignutils.cpp
parent925c6b06b17e78f125cc5119efe702774298b154 (diff)
doc: Add qml PointerDevice, pointingDeviceUniqueId and PointerEvent
We need a link target for the GrabTransition enum argument in the PointerHandler::grabChanged QML signal doc, and a few other places. Fix warnings about failing to link in a couple of places. Pick-to: 6.2 6.4 6.5 Fixes: QTBUG-102160 Task-number: QTBUG-104761 Change-Id: I92a544d363a6ff9e990c7d56c110bc5db1202bb3 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/quick/util/qquickforeignutils.cpp')
-rw-r--r--src/quick/util/qquickforeignutils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickforeignutils.cpp b/src/quick/util/qquickforeignutils.cpp
index 6d0b683006..2dfe9fb5aa 100644
--- a/src/quick/util/qquickforeignutils.cpp
+++ b/src/quick/util/qquickforeignutils.cpp
@@ -20,7 +20,7 @@ QT_BEGIN_NAMESPACE
\list
\li \l bool \c eventPoint.accepted: see also \l QEventPoint::accepted
- \li \l pointingDevice \c eventPoint.device: see also \l QEventPoint::device
+ \li \l PointerDevice \c eventPoint.device: see also \l QEventPoint::device
\li \l size \c eventPoint.ellipseDiameters: see also \l QEventPoint::ellipseDiameters
\li \l point \c eventPoint.globalGrabPosition: see also \l QEventPoint::globalGrabPosition
\li \l point \c eventPoint.globalLastPosition: see also \l QEventPoint::globalLastPosition