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

Method onDownloadFailed

launcher/modplatform/atlauncher/ATLPackInstallTask.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void PackInstallTask::onDownloadFailed(QString reason)
167{
168 qDebug() << "PackInstallTask::onDownloadFailed: " << QThread::currentThreadId();
169 jobPtr.reset();
170 emitFailed(reason);
171}
172
173void PackInstallTask::onDownloadAborted()
174{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected