Merge pull request #592 from campagnola/treewidget-rootitem-fix
Fix: InvisibleRootItem is no longer a subclass of QTreeWidgetItem
This commit is contained in:
commit
a43ef0492e
@ -350,7 +350,7 @@ class TreeWidgetItem(QtGui.QTreeWidgetItem):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
class InvisibleRootItem(QtGui.QTreeWidgetItem):
|
class InvisibleRootItem(object):
|
||||||
"""Wrapper around a TreeWidget's invisible root item that calls
|
"""Wrapper around a TreeWidget's invisible root item that calls
|
||||||
TreeWidget.informTreeWidgetChange when child items are added/removed.
|
TreeWidget.informTreeWidgetChange when child items are added/removed.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user