summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-08-03 18:00:03 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2020-08-04 07:12:32 +0200
commit3d89fa97cc49164e3b4e4be0ee7096318ee48343 (patch)
tree20329df1379301a19217a9b388f13d86a43a78e5 /src/gui/kernel
parenta00ad951370742241a8c86bc937fc37b13565127 (diff)
Remove InfoFlag from docs
It seem to be a leftover after 4e400369. Change-Id: I1c12bfa70cb3716d5cd9d1306db23242b58f3096 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qevent.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp
index 9e8fc19649..517233482f 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -4260,10 +4260,13 @@ QTouchEvent::~QTouchEvent()
Returns the unique ID of this touch point or token, if any.
It is often invalid (see \l {QPointingDeviceUniqueId::isValid()} {isValid()}),
- because touchscreens cannot uniquely identify fingers. But when the
- \l {TouchPoint::InfoFlag} {Token} flag is set, it is expected to uniquely
- identify a specific token (fiducial object). When it comes from a QTabletEvent,
- it identifies the serial number of the stylus in use.
+ because touchscreens cannot uniquely identify fingers.
+
+ When it comes from a QTabletEvent, it identifies the serial number of the
+ stylus in use.
+
+ It may identify a specific token (fiducial object) when the TUIO driver is
+ in use with a touchscreen that supports them.
\sa flags
*/