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

Method clear

launcher/tasks/ConcurrentTask.cpp:99–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void ConcurrentTask::clear()
100{
101 Q_ASSERT(!isRunning());
102
103 m_done.clear();
104 m_failed.clear();
105 m_queue.clear();
106 m_task_progress.clear();
107
108 m_progress = 0;
109}
110
111void ConcurrentTask::executeNextSubTask()
112{

Callers 3

reloadMethod · 0.45
downloadNextMethod · 0.45
abortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected