100 projectBrowser.addTypedProjectBrowser( |
100 projectBrowser.addTypedProjectBrowser( |
101 "protocols", |
101 "protocols", |
102 ProjectBrowserRepositoryItem( |
102 ProjectBrowserRepositoryItem( |
103 projectBrowser=self, |
103 projectBrowser=self, |
104 projectBrowserUserString=self.tr("Protocols (protobuf) Browser"), |
104 projectBrowserUserString=self.tr("Protocols (protobuf) Browser"), |
|
105 priority=50, |
105 fileCategory="PROTOCOLS", |
106 fileCategory="PROTOCOLS", |
106 getIcon=self.getIcon, |
107 getIcon=self.getIcon, |
107 ), |
108 ), |
108 ) |
109 ) |
109 |
110 |