--- a/Preferences/ShortcutDialog.py Sat May 17 19:58:49 2014 +0200 +++ b/Preferences/ShortcutDialog.py Sun May 18 14:13:09 2014 +0200 @@ -118,7 +118,7 @@ def eventFilter(self, watched, event): """ - Method called to filter the event queue. + Public method called to filter the event queue. @param watched the QObject being watched @param event the event that occurred @@ -132,7 +132,7 @@ def keyPressEvent(self, evt): """ - Private method to handle a key press event. + Protected method to handle a key press event. @param evt the key event (QKeyEvent) """