fix "No such ..." doc error for Qt::WindowType WindowOverridesSystemGestures
authorJeremy Katz <jeremy.katz@nokia.com>
Wed, 18 Jul 2012 22:51:36 +0000 (00:51 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 19 Jul 2012 10:34:36 +0000 (12:34 +0200)
Is this a typo in the documentation, or in the enum?

Change-Id: I58ba12d74694b26ec0bf76226b56337a12e0756e
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/corelib/global/qnamespace.qdoc

index d36809c..41a9af2 100644 (file)
            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.