diff options
author | Martin Smith <msmith@trolltech.com> | 2009-09-16 10:41:15 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-09-16 10:42:27 (GMT) |
commit | 37691f1c41bbe82305c5ab9fb7a861c24beb0359 (patch) | |
tree | e0562e813aacf941ca06b03c5d6f722039052069 /src/gui/kernel/qapplication.cpp | |
parent | ccaabe9ed3f85ddfeda8993efb5c386987bac35d (diff) | |
download | Qt-37691f1c41bbe82305c5ab9fb7a861c24beb0359.zip Qt-37691f1c41bbe82305c5ab9fb7a861c24beb0359.tar.gz Qt-37691f1c41bbe82305c5ab9fb7a861c24beb0359.tar.bz2 |
doc: Fixed some qdoc errors.
Diffstat (limited to 'src/gui/kernel/qapplication.cpp')
-rw-r--r-- | src/gui/kernel/qapplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qapplication.cpp b/src/gui/kernel/qapplication.cpp index 1fd2d39..0ff7314 100644 --- a/src/gui/kernel/qapplication.cpp +++ b/src/gui/kernel/qapplication.cpp @@ -4773,7 +4773,7 @@ void QApplicationPrivate::emitLastWindowClosed() #ifdef QT_KEYPAD_NAVIGATION /*! - Sets what kind of focus navigation Qt should use. + Sets the kind of focus navigation Qt should use to \a mode. This feature is available in Qt for Embedded Linux, Symbian and Windows CE only. |