Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
void ModDownloadTask::downloadFailed(QString reason)
57
{
58
emitFailed(reason);
59
m_filesNetJob.reset();
60
}
61
62
void ModDownloadTask::downloadProgressChanged(qint64 current, qint64 total)
63
{
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected