UI/FindFileDialog.py

changeset 501
5c615a85241a
parent 500
c3abc7895a01
child 537
72b32daeb8d6
--- a/UI/FindFileDialog.py	Thu Aug 12 16:11:13 2010 +0200
+++ b/UI/FindFileDialog.py	Thu Aug 12 16:43:33 2010 +0200
@@ -28,9 +28,8 @@
     linenumber and the found text. The file will be opened upon a double click onto 
     the respective entry of the list.
     
-    @signal sourceFile(string, int, string, (int, int)) emitted to open a 
-        source file at a line
-    @signal designerFile(string) emitted to open a Qt-Designer file
+    @signal sourceFile(str, int, str, int, int) emitted to open a source file at a line
+    @signal designerFile(str) emitted to open a Qt-Designer file
     """
     sourceFile = pyqtSignal(str, int, str, int, int)
     designerFile = pyqtSignal(str)

eric ide

mercurial