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