Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.py

changeset 110
c9a969db1469
parent 13
1af94a91f439
child 495
b31b0bffa5b0
child 792
a13346916170
--- a/Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.py	Fri Feb 12 18:48:21 2010 +0000
+++ b/Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.py	Fri Feb 12 19:02:38 2010 +0000
@@ -50,7 +50,7 @@
         """
         Public method to retrieve the log message.
         
-        @return the log message (QString)
+        @return the log message (string)
         """
         msg = self.logEdit.toPlainText()
         if msg:
@@ -79,7 +79,7 @@
         """
         Public method to retrieve the changelists data.
         
-        @return tuple containing the changelists (QStringList) and a flag
+        @return tuple containing the changelists (list of strings) and a flag
             indicating to keep changelists (boolean)
         """
         listsTxt = self.changeListsEdit.text()

eric ide

mercurial