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