summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-07-19 00:51:36 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-19 12:34:36 +0200
commitb0ac81dbeafe03c7c396f4df97edb5c1e80d8b2d (patch)
tree25d2f0a07b0b626d51eb81843eaca7d76a44c2aa /src/corelib
parentdb773e651b04a3a70fb30749e50118ea0bb2895b (diff)
fix "No such ..." doc error for Qt::WindowType WindowOverridesSystemGestures
Is this a typo in the documentation, or in the enum? Change-Id: I58ba12d74694b26ec0bf76226b56337a12e0756e Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/qnamespace.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index d36809cd29..41a9af28bb 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -2036,7 +2036,7 @@
even the softkeys are invisible i.e. the window is displayed with
\c showFullscreen(). Only supported for Symbian.
- \value WindowOverridesSystemGesturesHint Informs the window system that this window
+ \value WindowOverridesSystemGestures Informs the window system that this window
implements its own set of gestures and that system level gestures, like for
instance three-finger desktop switching, should be disabled.