Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
void 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
54
void Task::setProgress(qint64 current, qint64 total)
55
{
Callers
3
ModDownloadTask
Method · 0.45
TaskTest
Class · 0.45
test_SetStatus_MultiStep
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_SetStatus_MultiStep
Method · 0.36