summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-06-16 08:34:54 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-06-16 08:36:05 (GMT)
commit6e8568ff784e093460e4383e32e064a49165c3a8 (patch)
treee0c7888e6ce2ddc2b0fe6840cedddd402aecff8d /src/gui/kernel/qwidget.cpp
parentea83669b9b44b1fb3a5acae6d53afd1df401e9b5 (diff)
downloadQt-6e8568ff784e093460e4383e32e064a49165c3a8.zip
Qt-6e8568ff784e093460e4383e32e064a49165c3a8.tar.gz
Qt-6e8568ff784e093460e4383e32e064a49165c3a8.tar.bz2
doc: Fixed several qdoc errors.
Diffstat (limited to 'src/gui/kernel/qwidget.cpp')
-rw-r--r--src/gui/kernel/qwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp
index db73c07..eed873a 100644
--- a/src/gui/kernel/qwidget.cpp
+++ b/src/gui/kernel/qwidget.cpp
@@ -5635,7 +5635,7 @@ bool QWidget::hasFocus() const
called from focusOutEvent() or focusInEvent(), you may get an
infinite recursion.
- \sa focus(), hasFocus(), clearFocus(), focusInEvent(), focusOutEvent(),
+ \sa hasFocus(), clearFocus(), focusInEvent(), focusOutEvent(),
setFocusPolicy(), focusWidget(), QApplication::focusWidget(), grabKeyboard(),
grabMouse(), {Keyboard Focus}
*/