206 def cancelStyleBatchCheck(self): |
206 def cancelStyleBatchCheck(self): |
207 """ |
207 """ |
208 Public method to cancel all batch jobs. |
208 Public method to cancel all batch jobs. |
209 """ |
209 """ |
210 for lang in ['Python2', 'Python3']: |
210 for lang in ['Python2', 'Python3']: |
211 self.backgroundService.requestCancel(lang) |
211 self.backgroundService.requestCancel('batch_style', lang) |
212 |
212 |
213 def __translateStyleCheck(self, fn, codeStyleCheckerStats, results): |
213 def __translateStyleCheck(self, fn, codeStyleCheckerStats, results): |
214 """ |
214 """ |
215 Private slot called after perfoming a style check on one file. |
215 Private slot called after perfoming a style check on one file. |
216 |
216 |