MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / onFailed

Method onFailed

launcher/LaunchController.cpp:416–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416void 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
424void LaunchController::onProgressRequested(Task* task)
425{

Callers

nothing calls this directly

Calls 3

showInstanceWindowMethod · 0.80
getMethod · 0.45
settingsMethod · 0.45

Tested by

no test coverage detected