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

Method downloadFailed

launcher/modplatform/technic/SingleZipPackInstallTask.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void Technic::SingleZipPackInstallTask::downloadFailed(QString reason)
80{
81 m_abortable = false;
82 emitFailed(reason);
83 m_filesNetJob.reset();
84}
85
86void Technic::SingleZipPackInstallTask::downloadProgressChanged(qint64 current, qint64 total)
87{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected