| 414 | } |
| 415 | |
| 416 | void LaunchController::onFailed(QString reason) |
| 417 | { |
| 418 | if (m_instance->settings()->get("ShowConsoleOnError").toBool()) { |
| 419 | APPLICATION->showInstanceWindow(m_instance, "console"); |
| 420 | } |
| 421 | emitFailed(reason); |
| 422 | } |
| 423 | |
| 424 | void LaunchController::onProgressRequested(Task* task) |
| 425 | { |
nothing calls this directly
no test coverage detected