[docs] QApplication: fix keyboardInputDirection() docs
authorMarc Mutz <marc.mutz@kdab.com>
Mon, 24 Sep 2012 11:05:23 +0000 (13:05 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 26 Sep 2012 02:03:41 +0000 (04:03 +0200)
There were two documentation blocks: the first had the wrong class name,
the second was duplicate.

Change-Id: I241b3e6567376a46a6270837cce4aa380a6c8c49
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
src/widgets/kernel/qapplication.cpp

index baccf25..b61c523 100644 (file)
@@ -3771,7 +3771,7 @@ int QApplication::doubleClickInterval()
 }
 
 /*!
-    \fn QGuiApplication::keyboardInputDirection()
+    \fn QApplication::keyboardInputDirection()
     \since 4.2
     \deprecated
 
@@ -3869,14 +3869,6 @@ int QApplication::keyboardInputInterval()
     Returns the current keyboard input locale. Replaced with QInputMethod::locale()
 */
 
-/*!
-    \fn Qt::LayoutDirection QApplication::keyboardInputDirection()
-    \since 4.2
-    \obsolete
-
-    Returns the current keyboard input direction. Replaced with QInputMethod::inputDirection()
-*/
-
 bool qt_sendSpontaneousEvent(QObject *receiver, QEvent *event)
 {
     return QGuiApplication::sendSpontaneousEvent(receiver, event);