src/eric7/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py

branch
eric7
changeset 10069
435cc5875135
parent 10068
7febcdccb2a1
child 10188
0f873791d67e
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
550 self.noResults = True 550 self.noResults = True
551 self.cancelled = False 551 self.cancelled = False
552 self.setArguments((self.__data["AdditionalBuiltins"].split(),)) 552 self.setArguments((self.__data["AdditionalBuiltins"].split(),))
553 self.start(fileList) 553 self.start(fileList)
554 554
555 @pyqtSlot(QTreeWidgetItem, int)
555 def on_resultList_itemActivated(self, itm, col): 556 def on_resultList_itemActivated(self, itm, col):
556 """ 557 """
557 Private slot to handle the activation of an item. 558 Private slot to handle the activation of an item.
558 559
559 @param itm reference to the activated item 560 @param itm reference to the activated item

eric ide

mercurial