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

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
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)

eric ide

mercurial