summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/widgets/kernel/qapplication.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp
index baccf25bd0..b61c523ed1 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);