QScintilla/SearchReplaceWidget.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
--- a/QScintilla/SearchReplaceWidget.py	Sat May 17 19:58:49 2014 +0200
+++ b/QScintilla/SearchReplaceWidget.py	Sun May 18 14:13:09 2014 +0200
@@ -823,7 +823,7 @@
 
     def show(self, text=''):
         """
-        Overridden slot from QWidget.
+        Public slot to show the widget.
         
         @param text text to be shown in the findtext edit (string)
         """
@@ -956,7 +956,7 @@
 
     def show(self, text=''):
         """
-        Overridden slot from QWidget.
+        Public slot to show the widget.
         
         @param text text to be shown in the findtext edit (string)
         """

eric ide

mercurial