src/eric7/Preferences/ShortcutDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- a/src/eric7/Preferences/ShortcutDialog.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/Preferences/ShortcutDialog.py	Tue Apr 23 11:26:04 2024 +0200
@@ -141,11 +141,11 @@
         else:
             self.alternateKeyEdit.setText(txt)
 
-    def eventFilter(self, watched, event):
+    def eventFilter(self, _watched, event):
         """
         Public method called to filter the event queue.
 
-        @param watched the QObject being watched
+        @param _watched reference to the QObject being watched (unused)
         @type QObject
         @param event the event that occurred
         @type QEvent

eric ide

mercurial