128 def __projectDataChanged(self, project): |
128 def __projectDataChanged(self, project): |
129 """ |
129 """ |
130 Private slot to handle the change of a project of the multi project. |
130 Private slot to handle the change of a project of the multi project. |
131 |
131 |
132 @param project reference to the project metadata |
132 @param project reference to the project metadata |
|
133 @type MultiProjectProjectMeta |
133 """ |
134 """ |
134 itm = self.__findProjectItem(project) |
135 itm = self.__findProjectItem(project) |
135 if itm: |
136 if itm: |
136 parent = itm.parent() |
137 parent = itm.parent() |
137 if parent.text(0) != project.category: |
138 if parent.text(0) != project.category: |