diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/Preferences/ShortcutDialog.py --- 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