Plugins/ViewManagerPlugins/MdiArea/MdiArea.py

changeset 110
c9a969db1469
parent 88
3701923bccf2
child 425
ca5e65413fc5
child 528
0a48fc67c451
diff -r 9c72858d4b7a -r c9a969db1469 Plugins/ViewManagerPlugins/MdiArea/MdiArea.py
--- a/Plugins/ViewManagerPlugins/MdiArea/MdiArea.py	Fri Feb 12 18:48:21 2010 +0000
+++ b/Plugins/ViewManagerPlugins/MdiArea/MdiArea.py	Fri Feb 12 19:02:38 2010 +0000
@@ -111,7 +111,7 @@
         
         @param win editor window to be added
         @param fn filename of this editor
-        @param noName name to be used for an unnamed editor (string or QString)
+        @param noName name to be used for an unnamed editor (string)
         """
         self.addSubWindow(win)
         if fn is None:
@@ -276,7 +276,7 @@
         Public method to change the displayed name of the editor.
         
         @param editor editor window to be changed
-        @param newName new name to be shown (string or QString)
+        @param newName new name to be shown (string)
         """
         pass
         

eric ide

mercurial