Preferences/ShortcutDialog.py

changeset 3591
2f2a4a76dd22
parent 3539
0c2dc1446ebf
child 3656
441956d8fce5
--- 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)
         """

eric ide

mercurial