VCS/StatusMonitorThread.py

changeset 501
5c615a85241a
parent 500
c3abc7895a01
child 791
9ec2ac20e54e
--- a/VCS/StatusMonitorThread.py	Thu Aug 12 16:11:13 2010 +0200
+++ b/VCS/StatusMonitorThread.py	Thu Aug 12 16:43:33 2010 +0200
@@ -13,8 +13,8 @@
     """
     Class implementing the VCS status monitor thread base class.
     
-    @signal vcsStatusMonitorData(QStringList) emitted to update the VCS status
-    @signal vcsStatusMonitorStatus(QString, QString) emitted to signal the status of the
+    @signal vcsStatusMonitorData(list of str) emitted to update the VCS status
+    @signal vcsStatusMonitorStatus(str, str) emitted to signal the status of the
         monitoring thread (ok, nok, op) and a status message
     """
     vcsStatusMonitorData = pyqtSignal(list)

eric ide

mercurial