MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / emitFailed

Method emitFailed

launcher/launch/LaunchTask.cpp:278–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void LaunchTask::emitFailed(QString reason)
279{
280 m_instance->setRunning(false);
281 m_instance->setCrashed(true);
282 Task::emitFailed(reason);
283}
284
285void LaunchTask::substituteVariables(QStringList &args) const
286{

Callers

nothing calls this directly

Calls 2

setRunningMethod · 0.80
setCrashedMethod · 0.80

Tested by

no test coverage detected