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

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
167 if button == self.buttonBox.button(QDialogButtonBox.StandardButton.Close): 167 if button == self.buttonBox.button(QDialogButtonBox.StandardButton.Close):
168 self.close() 168 self.close()
169 elif button == self.buttonBox.button(QDialogButtonBox.StandardButton.Cancel): 169 elif button == self.buttonBox.button(QDialogButtonBox.StandardButton.Cancel):
170 self.__finish() 170 self.__finish()
171 171
172 @pyqtSlot(int, QProcess.ExitStatus)
172 def __procFinished(self, exitCode, exitStatus): 173 def __procFinished(self, exitCode, exitStatus):
173 """ 174 """
174 Private slot connected to the finished signal. 175 Private slot connected to the finished signal.
175 176
176 @param exitCode exit code of the process (integer) 177 @param exitCode exit code of the process (integer)

eric ide

mercurial