Details
-
Suggestion
-
Resolution: Done
-
P4: Low
-
Some future release
-
None
-
af8b034e2886ecb11db51d4fecc29177595b86ab
Description
It would be nice if the docs for
http://doc.qt.nokia.com/4.6/qtreewidgetitem.html#dtor.QTreeWidgetItem
would mention that the QTreeWidgetItem is also removed from the tree, so it is safe to delete an item while it is still inside the tree
and there is no need to take it out (takeChild) before it is deleted.