--- a/VCS/VersionControl.py Thu Aug 12 16:11:13 2010 +0200 +++ b/VCS/VersionControl.py Thu Aug 12 16:43:33 2010 +0200 @@ -24,8 +24,8 @@ It defines the vcs interface to be implemented by subclasses and the common methods. - @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, off) and a status message """ vcsStatusMonitorData = pyqtSignal(list)