MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / updateState

Method updateState

launcher/net/NetJob.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void NetJob::updateState()
143{
144 emit progress(m_done.count(), totalSize());
145 setStatus(tr("Executing %1 task(s) (%2 out of %3 are done)")
146 .arg(QString::number(m_doing.count()), QString::number(m_done.count()), QString::number(totalSize())));
147}
148
149bool NetJob::isOnline()
150{

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected