| 276 | } |
| 277 | |
| 278 | void LaunchTask::emitFailed(QString reason) |
| 279 | { |
| 280 | m_instance->setRunning(false); |
| 281 | m_instance->setCrashed(true); |
| 282 | Task::emitFailed(reason); |
| 283 | } |
| 284 | |
| 285 | void LaunchTask::substituteVariables(QStringList &args) const |
| 286 | { |
nothing calls this directly
no test coverage detected