src/gui/widgets/qstackedwidget.cpp
changeset 33 3e2da88830cd
parent 18 2f34d5167611
--- a/src/gui/widgets/qstackedwidget.cpp	Tue Jul 06 15:10:48 2010 +0300
+++ b/src/gui/widgets/qstackedwidget.cpp	Wed Aug 18 10:37:55 2010 +0300
@@ -186,11 +186,11 @@
 }
 
 /*!
-    Removes the given \a widget from the QStackedWidget.
+    Removes \a widget from the QStackedWidget. i.e., \a widget is \e
+    not deleted but simply removed from the stacked layout, causing it
+    to be hidden.
 
-    \bold{Note:} The ownership of \a widget remains the same.
-    The widget is \e not deleted, but simply removed from the widget's
-    stacked layout, causing it to be hidden.
+    \bold{Note:} Ownership of \a widget reverts to the application.
 
     \sa addWidget(), insertWidget(), currentWidget()
 */