summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-24 15:07:15 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-25 04:42:18 +0200
commit5471180f2b72581e21d94e0b84af9d7862b333b4 (patch)
treeb4d0192524c8edad6d0d8855c6298c4c906ed3b2 /src/corelib/global
parentbf3649d6391e232e3dfe7e897b643fa4fb1ae73c (diff)
Fix qdoc warning from undocumented enum value
Change-Id: Ie6ea916388867cc705a87544e893e55f715e83d7 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qnamespace.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 4b9b56956e..23fe2b4026 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -2987,6 +2987,7 @@
This enum represents the state of a touch point at the time a
QTouchEvent occurred.
+ \value TouchPointUnknownState The state of the touch point is not known.
\value TouchPointPressed The touch point is now pressed.
\value TouchPointMoved The touch point moved.
\value TouchPointStationary The touch point did not move.