src/eric7/Project/LexerAssociationDialog.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10373
093dcebe5ecb
diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/Project/LexerAssociationDialog.py
--- a/src/eric7/Project/LexerAssociationDialog.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Project/LexerAssociationDialog.py	Thu May 25 19:51:47 2023 +0200
@@ -109,6 +109,7 @@
             self.editorFileExtEdit.clear()
             self.editorLexerCombo.setCurrentIndex(0)
 
+    @pyqtSlot(QTreeWidgetItem, int)
     def on_editorLexerList_itemClicked(self, itm, column):
         """
         Private slot to handle the clicked signal of the lexer association

eric ide

mercurial