106 projectBrowser.addTypedProjectBrowser( |
106 projectBrowser.addTypedProjectBrowser( |
107 "interfaces", |
107 "interfaces", |
108 ProjectBrowserRepositoryItem( |
108 ProjectBrowserRepositoryItem( |
109 projectBrowser=self, |
109 projectBrowser=self, |
110 projectBrowserUserString=self.tr("Interfaces (IDL) Browser"), |
110 projectBrowserUserString=self.tr("Interfaces (IDL) Browser"), |
|
111 priority=50, |
111 fileCategory="INTERFACES", |
112 fileCategory="INTERFACES", |
112 getIcon=self.getIcon, |
113 getIcon=self.getIcon, |
113 ), |
114 ), |
114 ) |
115 ) |
115 |
116 |