MCPcopy Create free account
hub / github.com/MultiMC/Launcher / appendStep

Method appendStep

launcher/launch/LaunchTask.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void LaunchTask::appendStep(shared_qobject_ptr<LaunchStep> step)
48{
49 m_steps.append(step);
50}
51
52void LaunchTask::prependStep(shared_qobject_ptr<LaunchStep> step)
53{

Callers 1

createLaunchTaskMethod · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected