190 "The process {0} could not be started. " |
190 "The process {0} could not be started. " |
191 "Ensure, that it is in the search path." |
191 "Ensure, that it is in the search path." |
192 ).format("svn"), |
192 ).format("svn"), |
193 ) |
193 ) |
194 |
194 |
|
195 @pyqtSlot(int, QProcess.ExitStatus) |
195 def __procFinished(self, exitCode, exitStatus): |
196 def __procFinished(self, exitCode, exitStatus): |
196 """ |
197 """ |
197 Private slot connected to the finished signal. |
198 Private slot connected to the finished signal. |
198 |
199 |
199 @param exitCode exit code of the process (integer) |
200 @param exitCode exit code of the process (integer) |