PrintRemover/ConfigurationPage/PrintRemoverPage.py

changeset 2
1375fce99e3b
parent 0
deeb8c24a7ab
child 13
67844d930102
--- a/PrintRemover/ConfigurationPage/PrintRemoverPage.py	Wed Dec 18 08:52:09 2013 +0100
+++ b/PrintRemover/ConfigurationPage/PrintRemoverPage.py	Wed Dec 18 09:26:02 2013 +0100
@@ -81,6 +81,8 @@
     def on_patternEdit_textChanged(self, pattern):
         """
         Private slot to handle entering a pattern.
+        
+        @param pattern pattern string entered into the line edit (string)
         """
         enable = False
         if pattern:

eric ide

mercurial