From 5fe1574725830e56aa37875e82936459d0802830 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Mon, 24 Sep 2012 13:05:23 +0200 Subject: [PATCH] [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 --- src/widgets/kernel/qapplication.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp index baccf25..b61c523 100644 --- a/src/widgets/kernel/qapplication.cpp +++ b/src/widgets/kernel/qapplication.cpp @@ -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); -- 2.7.4