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

Method appendStep

launcher/launch/LaunchTask.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61LaunchTask::LaunchTask(MinecraftInstancePtr instance) : m_instance(instance) {}
62
63void LaunchTask::appendStep(shared_qobject_ptr<LaunchStep> step)
64{
65 m_steps.append(step);
66}
67
68void LaunchTask::prependStep(shared_qobject_ptr<LaunchStep> step)
69{

Callers 1

createLaunchTaskMethod · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected