src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
523 elif button == self.buttonBox.button(QDialogButtonBox.StandardButton.Cancel): 523 elif button == self.buttonBox.button(QDialogButtonBox.StandardButton.Cancel):
524 self.__finish() 524 self.__finish()
525 elif button == self.refreshButton: 525 elif button == self.refreshButton:
526 self.on_refreshButton_clicked() 526 self.on_refreshButton_clicked()
527 527
528 @pyqtSlot(int, QProcess.ExitStatus)
528 def __procFinished(self, exitCode, exitStatus): 529 def __procFinished(self, exitCode, exitStatus):
529 """ 530 """
530 Private slot connected to the finished signal. 531 Private slot connected to the finished signal.
531 532
532 @param exitCode exit code of the process (integer) 533 @param exitCode exit code of the process (integer)

eric ide

mercurial