Templates/TemplatePropertiesDialog.py

changeset 3591
2f2a4a76dd22
parent 3515
1b8381afe38f
child 3656
441956d8fce5
--- a/Templates/TemplatePropertiesDialog.py	Sat May 17 19:58:49 2014 +0200
+++ b/Templates/TemplatePropertiesDialog.py	Sun May 18 14:13:09 2014 +0200
@@ -93,7 +93,7 @@
 
     def keyPressEvent(self, ev):
         """
-        Re-implemented to handle the user pressing the escape key.
+        Protected method to handle the user pressing the escape key.
         
         @param ev key event (QKeyEvent)
         """
@@ -108,7 +108,7 @@
     @pyqtSlot()
     def on_helpButton_clicked(self):
         """
-        Public slot to show some help.
+        Private slot to show some help.
         """
         E5MessageBox.information(
             self,

eric ide

mercurial