diff options
author | David Boddie <david.boddie@nokia.com> | 2011-04-07 18:12:27 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-04-07 18:12:27 (GMT) |
commit | 60553b6de3df0e708bbb9be02d1e88697a498012 (patch) | |
tree | 9ed4af2d7fed8d91a669ee852f0e3456234d8967 /src | |
parent | 384679ff46d2f970de3010fd6aac8a697dbfb907 (diff) | |
parent | 779a58513f0c2d4e55410aee4cae6a6510841d57 (diff) | |
download | Qt-60553b6de3df0e708bbb9be02d1e88697a498012.zip Qt-60553b6de3df0e708bbb9be02d1e88697a498012.tar.gz Qt-60553b6de3df0e708bbb9be02d1e88697a498012.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'src')
-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 |