diff options
author | Martin Smith <msmith@trolltech.com> | 2009-09-02 10:34:29 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-09-02 10:36:14 (GMT) |
commit | 66fc43343b06575a97b84ad44d70fd3082a6140e (patch) | |
tree | 81520fb8c4aaf72527ca813994c39571a48468ac /src/gui/inputmethod | |
parent | 6965249d336c31768d7592efb0630727c1b8631e (diff) | |
download | Qt-66fc43343b06575a97b84ad44d70fd3082a6140e.zip Qt-66fc43343b06575a97b84ad44d70fd3082a6140e.tar.gz Qt-66fc43343b06575a97b84ad44d70fd3082a6140e.tar.bz2 |
doc: Fixed several qdoc errors.
That's the last of them... for now.
Diffstat (limited to 'src/gui/inputmethod')
-rw-r--r-- | src/gui/inputmethod/qinputcontext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/inputmethod/qinputcontext.cpp b/src/gui/inputmethod/qinputcontext.cpp index 2422355..ed30810 100644 --- a/src/gui/inputmethod/qinputcontext.cpp +++ b/src/gui/inputmethod/qinputcontext.cpp @@ -176,7 +176,7 @@ QWidget *QInputContext::focusWidget() const /*! - Sets the widget that has an input focus for this input context. + Sets the \a widget that has an input focus for this input context. \warning Ordinary input methods must not call this function directly. |