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

Method updateState

launcher/net/NetJob.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void NetJob::updateState()
125{
126 emit progress(m_done.count(), m_total_size);
127 setStatus(tr("Executing %1 task(s) (%2 out of %3 are done)")
128 .arg(QString::number(m_doing.count()), QString::number(m_done.count()), QString::number(m_total_size)));
129}

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected