185 self.indentCheckService.indentCheck( |
185 self.indentCheckService.indentCheck( |
186 None, self.filename, self.source) |
186 None, self.filename, self.source) |
187 |
187 |
188 def __processResult(self, fn, nok, line, error): |
188 def __processResult(self, fn, nok, line, error): |
189 """ |
189 """ |
190 Privat slot called after perfoming a style check on one file. |
190 Private slot called after perfoming a style check on one file. |
191 |
191 |
192 @param fn filename of the just checked file (str) |
192 @param fn filename of the just checked file (str) |
193 @param nok flag if a problem was found (bool) |
193 @param nok flag if a problem was found (bool) |
194 @param line line number (str) |
194 @param line line number (str) |
195 @param error text of the problem (str) |
195 @param error text of the problem (str) |