diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-11-09 10:20:06 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-11-09 10:21:09 (GMT) |
commit | fa7f6e542b8381dd3af525507cd6e0a3ee43b813 (patch) | |
tree | dfb9a8bf19b6f90362bc829cf9686b480133e24f /src/gui/kernel/qwidget.cpp | |
parent | 8d6870b2b2a1b58d0b0a11d8863e6981c0b62b1c (diff) | |
download | Qt-fa7f6e542b8381dd3af525507cd6e0a3ee43b813.zip Qt-fa7f6e542b8381dd3af525507cd6e0a3ee43b813.tar.gz Qt-fa7f6e542b8381dd3af525507cd6e0a3ee43b813.tar.bz2 |
Doc: typo fixed
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/kernel/qwidget.cpp')
-rw-r--r-- | src/gui/kernel/qwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp index 271b939..f856b13 100644 --- a/src/gui/kernel/qwidget.cpp +++ b/src/gui/kernel/qwidget.cpp @@ -900,7 +900,7 @@ void QWidget::setAutoFillBackground(bool enabled) passing a \c QAction with a softkey role set on it. When the widget containing the softkey actions has focus, its softkeys should appear in the user interface. Softkeys are discovered by traversing the widget - heirarchy so it is possible to define a single set of softkeys that are + hierarchy so it is possible to define a single set of softkeys that are present at all times by calling addAction() for a given top level widget. On some platforms, this concept overlaps with \c QMenuBar such that if no |