213 |
213 |
214 self.stashList.clear() |
214 self.stashList.clear() |
215 self.__started = True |
215 self.__started = True |
216 self.__getStashEntries() |
216 self.__getStashEntries() |
217 |
217 |
|
218 @pyqtSlot(int, QProcess.ExitStatus) |
218 def __procFinished(self, exitCode, exitStatus): |
219 def __procFinished(self, exitCode, exitStatus): |
219 """ |
220 """ |
220 Private slot connected to the finished signal. |
221 Private slot connected to the finished signal. |
221 |
222 |
222 @param exitCode exit code of the process (integer) |
223 @param exitCode exit code of the process (integer) |