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

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
374 self.inputGroup.hide() 374 self.inputGroup.hide()
375 375
376 self.__resizeColumns() 376 self.__resizeColumns()
377 self.__resort() 377 self.__resort()
378 378
379 @pyqtSlot(int, QProcess.ExitStatus)
379 def __procFinished(self, exitCode, exitStatus): 380 def __procFinished(self, exitCode, exitStatus):
380 """ 381 """
381 Private slot connected to the finished signal. 382 Private slot connected to the finished signal.
382 383
383 @param exitCode exit code of the process (integer) 384 @param exitCode exit code of the process (integer)

eric ide

mercurial