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

Method prependStep

launcher/launch/LaunchTask.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

launchInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected