src/eric7/VCS/ProjectHelper.py

branch
eric7
changeset 10683
779cda568acb
parent 10595
59579e8aff98
child 11006
a671918232f3
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
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__

eric ide

mercurial