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