MultiProject/MultiProjectBrowser.py

changeset 4554
f3428ddd577c
parent 4021
195a471c327b
child 4631
5c1a96925da4
equal deleted inserted replaced
4553:a6b2acd1a355 4554:f3428ddd577c
110 if itm: 110 if itm:
111 parent = itm.parent() 111 parent = itm.parent()
112 parent.removeChild(itm) 112 parent.removeChild(itm)
113 del itm 113 del itm
114 if parent.childCount() == 0: 114 if parent.childCount() == 0:
115 top = self.takeTopLevelItem(self.indexOfTopLevelItem(parent)) 115 top = self.takeTopLevelItem(self.indexOfTopLevelItem(parent)) # __IGNORE_WARNING__
116 del top 116 del top
117 117
118 def __projectDataChanged(self, project): 118 def __projectDataChanged(self, project):
119 """ 119 """
120 Private slot to handle the change of a project of the multi project. 120 Private slot to handle the change of a project of the multi project.

eric ide

mercurial