228 |
228 |
229 self.logTree.clear() |
229 self.logTree.clear() |
230 self.__started = True |
230 self.__started = True |
231 self.__getReflogEntries() |
231 self.__getReflogEntries() |
232 |
232 |
|
233 @pyqtSlot(int, QProcess.ExitStatus) |
233 def __procFinished(self, exitCode, exitStatus): |
234 def __procFinished(self, exitCode, exitStatus): |
234 """ |
235 """ |
235 Private slot connected to the finished signal. |
236 Private slot connected to the finished signal. |
236 |
237 |
237 @param exitCode exit code of the process (integer) |
238 @param exitCode exit code of the process (integer) |