154 menu.addAction(self.vcsExportAct) |
154 menu.addAction(self.vcsExportAct) |
155 menu.addSeparator() |
155 menu.addSeparator() |
156 menu.addAction(self.vcsAddAct) |
156 menu.addAction(self.vcsAddAct) |
157 menu.addSeparator() |
157 menu.addSeparator() |
158 |
158 |
159 def initToolbar(self, ui, toolbarManager): |
159 def initToolbar(self, ui, toolbarManager): # noqa: U100 |
160 """ |
160 """ |
161 Public slot to initialize the VCS toolbar. |
161 Public slot to initialize the VCS toolbar. |
162 |
162 |
163 @param ui reference to the main window (UserInterface) |
163 @param ui reference to the main window (UserInterface) |
164 @param toolbarManager reference to a toolbar manager object |
164 @param toolbarManager reference to a toolbar manager object |