230 @type Project.Project |
231 @type Project.Project |
231 @param fsInterface reference to the 'eric-ide' server interface object |
232 @param fsInterface reference to the 'eric-ide' server interface object |
232 (defaults to None) |
233 (defaults to None) |
233 @type EricServerFileSystemInterface (optional) |
234 @type EricServerFileSystemInterface (optional) |
234 """ |
235 """ |
235 super().__init__(parent, nopopulate=True) |
236 super().__init__(parent, nopopulate=True, modelType=BrowserModelType.Project) |
236 |
237 |
237 rootData = self.tr("Name") |
238 rootData = self.tr("Name") |
238 self.rootItem = BrowserItem(None, rootData) |
239 self.rootItem = BrowserItem(None, rootData) |
239 self.rootItem.itemData.append(self.tr("VCS Status")) |
240 self.rootItem.itemData.append(self.tr("VCS Status")) |
240 |
241 |