summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qlayout.cpp
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-01-10 12:40:21 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-01-10 12:40:21 (GMT)
commitd95b1dd15f7aed243d7177a2096eb58080359d55 (patch)
treedef96c5470c628ae22e9660b3b37cb9e888c375e /src/gui/kernel/qlayout.cpp
parentf44f7084a3020ed8e249644d5b5e07f74cb7b070 (diff)
downloadQt-d95b1dd15f7aed243d7177a2096eb58080359d55.zip
Qt-d95b1dd15f7aed243d7177a2096eb58080359d55.tar.gz
Qt-d95b1dd15f7aed243d7177a2096eb58080359d55.tar.bz2
Doc: Changed description to prevent confusion about managed widgets.
Diffstat (limited to 'src/gui/kernel/qlayout.cpp')
-rw-r--r--src/gui/kernel/qlayout.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qlayout.cpp b/src/gui/kernel/qlayout.cpp
index 5b526d4..fbede11 100644
--- a/src/gui/kernel/qlayout.cpp
+++ b/src/gui/kernel/qlayout.cpp
@@ -980,10 +980,10 @@ void QLayoutPrivate::reparentChildWidgets(QWidget *mw)
/*!
This function is called from \c addWidget() functions in
- subclasses to add \a w as a child widget.
+ subclasses to add \a w as a managed widget of a layout.
- If \a w is already in a layout, this function will give a warning
- and remove \a w from the layout. This function must therefore be
+ If \a w is already managed by a layout, this function will give a warning
+ and remove \a w from that layout. This function must therefore be
called before adding \a w to the layout's data structure.
*/
void QLayout::addChildWidget(QWidget *w)