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

Method appendStep

launcher/launch/LaunchTask.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void LaunchTask::appendStep(shared_qobject_ptr<LaunchStep> step)
68{
69 m_steps.append(step);
70}
71
72void LaunchTask::prependStep(shared_qobject_ptr<LaunchStep> step)
73{

Callers 1

createLaunchTaskMethod · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected