src/eric7/Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
197 self.raise_() 197 self.raise_()
198 198
199 self.logTree.clear() 199 self.logTree.clear()
200 self.__getLogEntries() 200 self.__getLogEntries()
201 201
202 @pyqtSlot(int, QProcess.ExitStatus)
202 def __procFinished(self, exitCode, exitStatus): 203 def __procFinished(self, exitCode, exitStatus):
203 """ 204 """
204 Private slot connected to the finished signal. 205 Private slot connected to the finished signal.
205 206
206 @param exitCode exit code of the process (integer) 207 @param exitCode exit code of the process (integer)

eric ide

mercurial