From 5471180f2b72581e21d94e0b84af9d7862b333b4 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Thu, 24 Sep 2020 15:07:15 +0200 Subject: [PATCH] Fix qdoc warning from undocumented enum value Change-Id: Ie6ea916388867cc705a87544e893e55f715e83d7 Reviewed-by: Shawn Rutledge --- src/corelib/global/qnamespace.qdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index 4b9b56956e6..23fe2b4026f 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.