166 return False, self.tr("'encoding' message did not contain any encoding.") |
173 return False, self.tr("'encoding' message did not contain any encoding.") |
167 self.__encoding = encoding |
174 self.__encoding = encoding |
168 |
175 |
169 return True, "" |
176 return True, "" |
170 |
177 |
|
178 @pyqtSlot(int, QProcess.ExitStatus) |
171 def __serverFinished(self, exitCode, exitStatus): |
179 def __serverFinished(self, exitCode, exitStatus): |
172 """ |
180 """ |
173 Private slot connected to the finished signal. |
181 Private slot connected to the finished signal. |
174 |
182 |
175 @param exitCode exit code of the process |
183 @param exitCode exit code of the process |