--- a/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py Sun Jan 05 22:45:29 2014 +0100 +++ b/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py Wed Jan 15 22:55:52 2014 +0100 @@ -189,8 +189,8 @@ """ Start a check for one file. - The results are reported to the processResult slot. - @param codestring optional sourcestring (str) + The results are reported to the __processResult slot. + @keyparam codestring optional sourcestring (str) """ self.filename = self.files.pop(0) self.checkProgress.setValue(self.progress) @@ -259,13 +259,13 @@ self.__createResultItem(_fn, lineno, col, msg, scr_line, True) self.progress += 1 self.checkProgress.setValue(self.progress) - self.checkProgressLabel.setPath("") QApplication.processEvents() self.__resort() if self.files: self.check() else: + self.checkProgressLabel.setPath("") self.checkProgress.setMaximum(1) self.checkProgress.setValue(1) self.__finish()