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

Method setStatus

launcher/tasks/Task.cpp:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void Task::setStatus(const QString &new_status)
46{
47 if(m_status != new_status)
48 {
49 m_status = new_status;
50 emit status(m_status);
51 }
52}
53
54void Task::setProgress(qint64 current, qint64 total)
55{

Callers 3

ModDownloadTaskMethod · 0.45
TaskTestClass · 0.45

Calls

no outgoing calls

Tested by 1