MCPcopy Create free account
hub / github.com/MultiMC/Launcher / downloadFailed

Method downloadFailed

launcher/InstanceImportTask.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void InstanceImportTask::downloadFailed(QString reason)
79{
80 emitFailed(reason);
81 m_filesNetJob.reset();
82}
83
84void InstanceImportTask::downloadProgressChanged(qint64 current, qint64 total)
85{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected