165 |
165 |
166 def initToolbar(self, ui, toolbarManager): # noqa: U100 |
166 def initToolbar(self, ui, toolbarManager): # noqa: U100 |
167 """ |
167 """ |
168 Public slot to initialize the VCS toolbar. |
168 Public slot to initialize the VCS toolbar. |
169 |
169 |
170 @param ui reference to the main window |
170 @param ui reference to the main window (unused) |
171 @type UserInterface |
171 @type UserInterface |
172 @param toolbarManager reference to a toolbar manager object |
172 @param toolbarManager reference to a toolbar manager object (unused) |
173 @type EricToolBarManager |
173 @type EricToolBarManager |
174 @return the toolbar generated |
174 @return the toolbar generated |
175 @rtype QToolBar |
175 @rtype QToolBar |
176 """ |
176 """ |
177 return None # __IGNORE_WARNING_M831__ |
177 return None # __IGNORE_WARNING_M831__ |