src/eric7/VCS/ProjectHelper.py

branch
eric7
changeset 10069
435cc5875135
parent 9695
ad962e9b904d
child 10373
093dcebe5ecb
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
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

eric ide

mercurial