src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
344 344
345 self.logTree.clear() 345 self.logTree.clear()
346 self.__started = True 346 self.__started = True
347 self.__getLogEntries() 347 self.__getLogEntries()
348 348
349 @pyqtSlot(int, QProcess.ExitStatus)
349 def __procFinished(self, exitCode, exitStatus): 350 def __procFinished(self, exitCode, exitStatus):
350 """ 351 """
351 Private slot connected to the finished signal. 352 Private slot connected to the finished signal.
352 353
353 @param exitCode exit code of the process (integer) 354 @param exitCode exit code of the process (integer)

eric ide

mercurial