diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-04-07 07:59:57 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-04-07 07:59:57 (GMT) |
commit | 90de2bb100b2f4a23655b2e914b93c644f1a4841 (patch) | |
tree | a9782dcdfdae1314cb8b0e96e5e1e6a84bc4e7a9 /src/gui/kernel/qwidget.cpp | |
parent | 1db38c5ccb6188889bac1ae5e6f1d415a59ac444 (diff) | |
download | Qt-90de2bb100b2f4a23655b2e914b93c644f1a4841.zip Qt-90de2bb100b2f4a23655b2e914b93c644f1a4841.tar.gz Qt-90de2bb100b2f4a23655b2e914b93c644f1a4841.tar.bz2 |
qdoc: Updated the QDoc manual.
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 ac35d42..9d9cd75 100644 --- a/src/gui/kernel/qwidget.cpp +++ b/src/gui/kernel/qwidget.cpp @@ -598,7 +598,7 @@ void QWidget::setAutoFillBackground(bool enabled) \brief The QWidget class is the base class of all user interface objects. \ingroup basicwidgets - + The widget is the atom of the user interface: it receives mouse, keyboard and other events from the window system, and paints a representation of itself on the screen. Every widget is rectangular, and they are sorted in a |