E5Gui/E5LineEdit.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
--- a/E5Gui/E5LineEdit.py	Sat May 17 19:58:49 2014 +0200
+++ b/E5Gui/E5LineEdit.py	Sun May 18 14:13:09 2014 +0200
@@ -33,7 +33,7 @@
     
     def event(self, evt):
         """
-        Protected method to handle events.
+        Public method to handle events.
         
         @param evt reference to the event (QEvent)
         @return flag indicating, whether the event was recognized (boolean)
@@ -124,7 +124,7 @@
     
     def event(self, evt):
         """
-        Protected method to handle events.
+        Public method to handle events.
         
         @param evt reference to the event (QEvent)
         @return flag indicating, whether the event was recognized (boolean)

eric ide

mercurial