Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
4.7.1
-
None
-
Linux Centos 5.5 i686
Description
Deleting the currentItem() of a QTreeWidget causes the resulting currentItemChanged() signal to pass a pointer to the item just deleted as its 'previous' pointer.
I would have expected this to be NULL in this rather special case. Does anybody else agree ?