summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2012-11-30 17:44:47 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-01 08:31:19 +0100
commit93fe107b3afd0a03ba1ef16f72e49d1f54c19a40 (patch)
tree8a9049c2a53fe5be71e9cc736029427113ee23c0 /src/gui/kernel/qevent.cpp
parent36e744845d0dc74732613431332c3665c4c149ea (diff)
Renamed the keyboard-focus doc to make clear it's about Widgets
Also link from the widgets index page. Change-Id: I49cd415b09d7458d89d75931ecfaafe29c226c6f Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'src/gui/kernel/qevent.cpp')
-rw-r--r--src/gui/kernel/qevent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp
index 66434f9a53..5973386413 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -1075,7 +1075,7 @@ bool QKeyEvent::matches(QKeySequence::StandardKey matchKey) const
QWidget::focusOutEvent(), QGraphicsItem::focusInEvent and
QGraphicsItem::focusOutEvent() receive focus events.
- \sa QWidget::setFocus(), QWidget::setFocusPolicy(), {Keyboard Focus}
+ \sa QWidget::setFocus(), QWidget::setFocusPolicy(), {Keyboard Focus in Widgets}
*/
/*!