163 |
163 |
164 # Remove the project browser type from the browser type repository. |
164 # Remove the project browser type from the browser type repository. |
165 projectBrowser.removeTypedProjectBrowser("interfaces") |
165 projectBrowser.removeTypedProjectBrowser("interfaces") |
166 |
166 |
167 # Remove the file category handled by the browser. |
167 # Remove the file category handled by the browser. |
168 project.addFileCategory("INTERFACES") |
168 project.removeFileCategory("INTERFACES") |
169 |
169 |
170 def getIcon(self): |
170 def getIcon(self): |
171 """ |
171 """ |
172 Public method to get an icon for the project browser. |
172 Public method to get an icon for the project browser. |
173 |
173 |