| 280 | } |
| 281 | |
| 282 | void DVcsJob::displayOutput(const QString& data) |
| 283 | { |
| 284 | Q_D(DVcsJob); |
| 285 | |
| 286 | d->model->appendLines(data.split(QLatin1Char('\n'))); |
| 287 | } |
| 288 | |
| 289 | void DVcsJob::slotReceivedStdout() |
| 290 | { |
nothing calls this directly
no test coverage detected