src/eric7/UI/FindFileWidget.py

branch
eric7
changeset 10433
328f3ec4b77a
parent 10430
e440aaf179ce
child 10435
c712d09cc839
--- a/src/eric7/UI/FindFileWidget.py	Thu Dec 21 15:46:22 2023 +0100
+++ b/src/eric7/UI/FindFileWidget.py	Thu Dec 21 19:50:01 2023 +0100
@@ -353,6 +353,7 @@
         text combo.
 
         @param text (ignored)
+        @type str
         """
         self.__enableFindButton()
 
@@ -363,6 +364,7 @@
         text combo.
 
         @param text (ignored)
+        @type str
         """
         self.__enableFindButton()
 
@@ -373,6 +375,7 @@
         picker.
 
         @param text (ignored)
+        @type str
         """
         self.__enableFindButton()
 
@@ -410,6 +413,7 @@
         Private slot to handle the textChanged signal of the file filter edit.
 
         @param text (ignored)
+        @type str
         """
         self.__enableFindButton()
 

eric ide

mercurial