| 450 | } |
| 451 | |
| 452 | void LaunchController::onFailed(QString reason) |
| 453 | { |
| 454 | if(m_instance->settings()->get("ShowConsoleOnError").toBool()) |
| 455 | { |
| 456 | APPLICATION->showInstanceWindow(m_instance, "console"); |
| 457 | } |
| 458 | emitFailed(reason); |
| 459 | } |
| 460 | |
| 461 | void LaunchController::onProgressRequested(Task* task) |
| 462 | { |
nothing calls this directly
no test coverage detected