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

Method create

launcher/launch/LaunchTask.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56shared_qobject_ptr<LaunchTask> LaunchTask::create(InstancePtr inst)
57{
58 shared_qobject_ptr<LaunchTask> proc(new LaunchTask(inst));
59 proc->init();
60 return proc;
61}
62
63LaunchTask::LaunchTask(InstancePtr instance): m_instance(instance)
64{

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected