[docs] QApplication: fix keyboardInputDirection() docs

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>
This commit is contained in:
Marc Mutz 2012-09-24 13:05:23 +02:00 committed by The Qt Project
parent 94694424ca
commit 5fe1574725

View 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);