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

Method downloadFailed

launcher/InstanceImportTask.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected