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

branch
eric7
changeset 10069
435cc5875135
parent 9971
773ad1f1ed22
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
352 """ 352 """
353 Private slot to refresh the worktree display. 353 Private slot to refresh the worktree display.
354 """ 354 """
355 self.start(self.__projectDir) 355 self.start(self.__projectDir)
356 356
357 @pyqtSlot(int, QProcess.ExitStatus)
357 def __procFinished(self, exitCode, exitStatus): 358 def __procFinished(self, exitCode, exitStatus):
358 """ 359 """
359 Private slot connected to the finished signal. 360 Private slot connected to the finished signal.
360 361
361 @param exitCode exit code of the process (integer) 362 @param exitCode exit code of the process (integer)

eric ide

mercurial