summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2015-04-23 10:40:06 +0200
committerMartin Smith <martin.smith@digia.com>2015-04-23 13:57:55 +0000
commitdc5719a7c505f2c588116f5f56d1ad14bf9556a7 (patch)
treee24e673b730b516eefc8b5560cd99791e71bb1e2 /src/corelib
parent492e710bdb39a9c642e5d38000774bb06bfe38ca (diff)
doc: Provide missing enum documentation
Ongoing improvement of Qt documentation by fixing problems that cause qdoc to print error messages about missing documentation. In this update, several missing values of Qt::Key are listed and the the Qt::NativeGestureType enum is documented. Change-Id: Iba7907d8ecb7a7c5ae72339d3bd3be33356b2201 Task-number: QTBUG-45756 Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/qnamespace.qdoc24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index 6340dfeb65..e22ed24e58 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -1670,6 +1670,16 @@
\value Key_Blue
\value Key_ChannelUp
\value Key_ChannelDown
+ \value Key_Guide
+ \value Key_Info
+ \value Key_Settings
+ \value Key_MicVolumeUp
+ \value Key_MicVolumeDown
+ \value Key_New
+ \value Key_Open
+ \value Key_Find
+ \value Key_Undo
+ \value Key_Redo
\value Key_MediaLast
\value Key_unknown
@@ -1694,6 +1704,7 @@
\value Key_Play
\value Key_Sleep
\value Key_Zoom
+ \value Key_Exit
\value Key_Cancel
\sa QKeyEvent::key()
@@ -2939,6 +2950,19 @@
*/
/*!
+ \enum Qt::NativeGestureType
+ \since 5.2
+
+ \value BeginNativeGesture
+ \value EndNativeGesture
+ \value PanNativeGesture
+ \value ZoomNativeGesture
+ \value SmartZoomNativeGesture
+ \value RotateNativeGesture
+ \value SwipeNativeGesture
+
+*/
+/*!
\enum Qt::NavigationMode
\since 4.6