--- 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)