diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-06-05 09:22:51 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-06-11 19:05:13 (GMT) |
commit | 82a32d2e0fb603d5ebe4e0958ff68501b1f1b75b (patch) | |
tree | fa37b8aeb2a11b6c8a46ffc24d64fabdc4525b88 /src | |
parent | 1f670c3699f259f0a7e4a0cd1e7aa48be3388ee7 (diff) | |
download | Qt-82a32d2e0fb603d5ebe4e0958ff68501b1f1b75b.zip Qt-82a32d2e0fb603d5ebe4e0958ff68501b1f1b75b.tar.gz Qt-82a32d2e0fb603d5ebe4e0958ff68501b1f1b75b.tar.bz2 |
Doc fix: add a link to focus() and focusWidget() from QWidget::setFocus documentation.
Reviewed-by: TrustMe
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/kernel/qwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp index baf3278..ae00d65 100644 --- a/src/gui/kernel/qwidget.cpp +++ b/src/gui/kernel/qwidget.cpp @@ -5687,8 +5687,8 @@ bool QWidget::hasFocus() const called from focusOutEvent() or focusInEvent(), you may get an infinite recursion. - \sa hasFocus(), clearFocus(), focusInEvent(), focusOutEvent(), - setFocusPolicy(), QApplication::focusWidget(), grabKeyboard(), + \sa focus(), hasFocus(), clearFocus(), focusInEvent(), focusOutEvent(), + setFocusPolicy(), focusWidget(), QApplication::focusWidget(), grabKeyboard(), grabMouse(), {Keyboard Focus} */ |