VCS/VersionControl.py

changeset 110
c9a969db1469
parent 13
1af94a91f439
child 500
c3abc7895a01
child 792
a13346916170
--- a/VCS/VersionControl.py	Fri Feb 12 18:48:21 2010 +0000
+++ b/VCS/VersionControl.py	Fri Feb 12 19:02:38 2010 +0000
@@ -75,7 +75,7 @@
         """
         Public method used to test for the presence of the vcs.
         
-        It must return a bool to indicate the existance and a QString giving
+        It must return a bool to indicate the existance and a string giving
         an error message in case of failure.
         
         @exception RuntimeError not implemented
@@ -593,7 +593,7 @@
         
         It simply reemits the received status.
         
-        @param status status of the monitoring thread (QString, ok, nok or off)
+        @param status status of the monitoring thread (string, ok, nok or off)
         @param statusMsg explanotory text for the signaled status (string)
         """
         self.emit(SIGNAL("vcsStatusMonitorStatus(QString, QString)"), status, statusMsg)

eric ide

mercurial