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

Method downloadFailed

launcher/ModDownloadTask.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void ModDownloadTask::downloadFailed(QString reason)
57{
58 emitFailed(reason);
59 m_filesNetJob.reset();
60}
61
62void ModDownloadTask::downloadProgressChanged(qint64 current, qint64 total)
63{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected