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) |