145 @param ui reference to the main window (UserInterface) |
145 @param ui reference to the main window (UserInterface) |
146 @param toolbarManager reference to a toolbar manager object |
146 @param toolbarManager reference to a toolbar manager object |
147 (E5ToolBarManager) |
147 (E5ToolBarManager) |
148 @return the toolbar generated (QToolBar) |
148 @return the toolbar generated (QToolBar) |
149 """ |
149 """ |
150 return None |
150 return None # __IGNORE_WARNING_M831__ |
151 |
151 |
152 def initBasicToolbar(self, ui, toolbarManager): |
152 def initBasicToolbar(self, ui, toolbarManager): |
153 """ |
153 """ |
154 Public slot to initialize the basic VCS toolbar. |
154 Public slot to initialize the basic VCS toolbar. |
155 |
155 |