Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ downloadFailed
Method
downloadFailed
launcher/InstanceImportTask.cpp:75–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void InstanceImportTask::downloadFailed(QString reason)
76
{
77
emitFailed(reason);
78
m_filesNetJob.reset();
79
}
80
81
void InstanceImportTask::downloadProgressChanged(qint64 current, qint64 total)
82
{
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected