| 387 | } |
| 388 | |
| 389 | KDevelop::OutputModel* ExternalScriptJob::model() |
| 390 | { |
| 391 | return qobject_cast<KDevelop::OutputModel*>(OutputJob::model()); |
| 392 | } |
| 393 | |
| 394 | void ExternalScriptJob::receivedStderrLines(const QStringList& lines) |
| 395 | { |
no test coverage detected