Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ updateState
Method
updateState
launcher/tasks/MultipleOptionsTask.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void MultipleOptionsTask::updateState()
24
{
25
setProgress(m_done.count(), m_total_size);
26
setStatus(tr(
"Attempting task %1 out of %2"
).arg(QString::number(m_doing.count() + m_done.count()), QString::number(m_total_size)));
27
}
Callers
nothing calls this directly
Calls
1
count
Method · 0.45
Tested by
no test coverage detected