diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-03-24 08:54:42 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-03-24 08:54:42 (GMT) |
commit | 1532f7d5dc0c2aab0ab2b62344b398f7fb11de7e (patch) | |
tree | fe14e6726db11e9140888abffaae1da4881bd651 /src | |
parent | 3a764060dab07ef0b51d7027b9606c73c0701d2f (diff) | |
download | Qt-1532f7d5dc0c2aab0ab2b62344b398f7fb11de7e.zip Qt-1532f7d5dc0c2aab0ab2b62344b398f7fb11de7e.tar.gz Qt-1532f7d5dc0c2aab0ab2b62344b398f7fb11de7e.tar.bz2 |
qdoc: Completed metadata handling.
But not the default values part in the config file.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/kernel/qwidget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp index 7065e85..38416a7 100644 --- a/src/gui/kernel/qwidget.cpp +++ b/src/gui/kernel/qwidget.cpp @@ -596,7 +596,6 @@ void QWidget::setAutoFillBackground(bool enabled) \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 |