src/eric7/VCS/ProjectHelper.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
162 menu.addAction(self.vcsExportAct) 162 menu.addAction(self.vcsExportAct)
163 menu.addSeparator() 163 menu.addSeparator()
164 menu.addAction(self.vcsAddAct) 164 menu.addAction(self.vcsAddAct)
165 menu.addSeparator() 165 menu.addSeparator()
166 166
167 def initToolbar(self, ui, toolbarManager): # noqa: U100 167 def initToolbar(self, ui, toolbarManager): # noqa: U-100
168 """ 168 """
169 Public slot to initialize the VCS toolbar. 169 Public slot to initialize the VCS toolbar.
170 170
171 @param ui reference to the main window (unused) 171 @param ui reference to the main window (unused)
172 @type UserInterface 172 @type UserInterface
173 @param toolbarManager reference to a toolbar manager object (unused) 173 @param toolbarManager reference to a toolbar manager object (unused)
174 @type EricToolBarManager 174 @type EricToolBarManager
175 @return the toolbar generated 175 @return the toolbar generated
176 @rtype QToolBar 176 @rtype QToolBar
177 """ 177 """
178 return None # __IGNORE_WARNING_M831__ 178 return None # __IGNORE_WARNING_M-831__
179 179
180 def initBasicToolbar(self, ui, toolbarManager): 180 def initBasicToolbar(self, ui, toolbarManager):
181 """ 181 """
182 Public slot to initialize the basic VCS toolbar. 182 Public slot to initialize the basic VCS toolbar.
183 183

eric ide

mercurial