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

Method downloadFailed

launcher/InstanceImportTask.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void InstanceImportTask::downloadFailed(QString reason)
112{
113 emitFailed(reason);
114 m_filesNetJob.reset();
115}
116
117void InstanceImportTask::downloadProgressChanged(qint64 current, qint64 total)
118{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected