summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
diff options
context:
space:
mode:
authorTakumi ASAKI <takumi.asaki@gmail.com>2013-01-21 00:24:58 +0900
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-19 08:09:22 +0100
commitfebbdbb99223b8fca6241f1acac76376c3e3fbbf (patch)
treeba4967e1a7b91237ac432d52aa006be860ccb511 /src/widgets/kernel/qwidget.cpp
parent71b4325cb7031452e922531c78efdc16b8577648 (diff)
Doc: Fix some typos
Change-Id: I7f3a8cd27f1d1cb944599cff40024f3521a3ec34 Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to 'src/widgets/kernel/qwidget.cpp')
-rw-r--r--src/widgets/kernel/qwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp
index 1b6f6b8f8f..823403c4a6 100644
--- a/src/widgets/kernel/qwidget.cpp
+++ b/src/widgets/kernel/qwidget.cpp
@@ -8801,7 +8801,7 @@ void QWidget::inputMethodEvent(QInputMethodEvent *event)
\a query specifies which property is queried.
- \sa inputMethodEvent(), QInputMethodEven, inputMethodHints
+ \sa inputMethodEvent(), QInputMethodEvent, QInputMethodQueryEvent, inputMethodHints
*/
QVariant QWidget::inputMethodQuery(Qt::InputMethodQuery query) const
{