271 </p><p> |
271 </p><p> |
272 It simply reemits the received status. |
272 It simply reemits the received status. |
273 </p><dl> |
273 </p><dl> |
274 <dt><i>status</i></dt> |
274 <dt><i>status</i></dt> |
275 <dd> |
275 <dd> |
276 status of the monitoring thread (QString, ok, nok or off) |
276 status of the monitoring thread (string, ok, nok or off) |
277 </dd><dt><i>statusMsg</i></dt> |
277 </dd><dt><i>statusMsg</i></dt> |
278 <dd> |
278 <dd> |
279 explanotory text for the signaled status (string) |
279 explanotory text for the signaled status (string) |
280 </dd> |
280 </dd> |
281 </dl><a NAME="VersionControl._createStatusMonitorThread" ID="VersionControl._createStatusMonitorThread"></a> |
281 </dl><a NAME="VersionControl._createStatusMonitorThread" ID="VersionControl._createStatusMonitorThread"></a> |
668 <h4>VersionControl.vcsExists</h4> |
668 <h4>VersionControl.vcsExists</h4> |
669 <b>vcsExists</b>(<i></i>) |
669 <b>vcsExists</b>(<i></i>) |
670 <p> |
670 <p> |
671 Public method used to test for the presence of the vcs. |
671 Public method used to test for the presence of the vcs. |
672 </p><p> |
672 </p><p> |
673 It must return a bool to indicate the existance and a QString giving |
673 It must return a bool to indicate the existance and a string giving |
674 an error message in case of failure. |
674 an error message in case of failure. |
675 </p><dl> |
675 </p><dl> |
676 <dt>Raises <b>RuntimeError</b>:</dt> |
676 <dt>Raises <b>RuntimeError</b>:</dt> |
677 <dd> |
677 <dd> |
678 not implemented |
678 not implemented |