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

Method subTaskFailed

launcher/tasks/ConcurrentTask.cpp:120–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void ConcurrentTask::subTaskFailed(Task::Ptr task, const QString& msg)
121{
122 m_done.insert(task.get(), task);
123 m_failed.insert(task.get(), task);
124
125 m_doing.remove(task.get());
126
127 disconnect(task.get(), 0, this, 0);
128
129 updateState();
130
131 startNext();
132}
133
134void ConcurrentTask::subTaskStatus(const QString& msg)
135{

Callers

nothing calls this directly

Calls 3

insertMethod · 0.80
getMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected