src/eric7/Preferences/ShortcutsDialog.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
--- a/src/eric7/Preferences/ShortcutsDialog.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/Preferences/ShortcutsDialog.py	Thu May 25 19:51:47 2023 +0200
@@ -205,6 +205,7 @@
 
         self.__editTopItem = None
 
+    @pyqtSlot(QTreeWidgetItem, int)
     def on_shortcutsList_itemDoubleClicked(self, itm, column):
         """
         Private slot to handle a double click in the shortcuts list.

eric ide

mercurial