summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2012-09-24 13:05:23 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-26 04:03:41 +0200
commit5fe1574725830e56aa37875e82936459d0802830 (patch)
tree7c13b1f70accd724f0d37ab3f8fae3dbf26d8970
parent94694424cae1f5533dcbe2a0b36ff49c8418a613 (diff)
[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>
-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);