diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-06-05 09:22:51 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-12 02:10:19 (GMT) |
commit | 22914b11fbbe7ec7ea53e9b6755dbe437b4d3ec4 (patch) | |
tree | 1a6b55b9e6902f21cc3350893b4c5c11445a202e | |
parent | 1747ef43328fe79c5501328650b2a56f17b7a867 (diff) | |
download | Qt-22914b11fbbe7ec7ea53e9b6755dbe437b4d3ec4.zip Qt-22914b11fbbe7ec7ea53e9b6755dbe437b4d3ec4.tar.gz Qt-22914b11fbbe7ec7ea53e9b6755dbe437b4d3ec4.tar.bz2 |
Doc fix: add a link to focus() and focusWidget() from QWidget::setFocus documentation.
Reviewed-by: TrustMe
(cherry picked from commit 82a32d2e0fb603d5ebe4e0958ff68501b1f1b75b)
-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 6533974..14d45ed 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} */ |