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

Method executeTask

launcher/LaunchController.cpp:30–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void LaunchController::executeTask()
31{
32 if (!m_instance)
33 {
34 emitFailed(tr("No instance specified!"));
35 return;
36 }
37
38 JavaCommon::checkJVMArgs(m_instance->settings()->get("JvmArgs").toString(), m_parentWidget);
39
40 login();
41}
42
43void LaunchController::decideAccount()
44{

Callers

nothing calls this directly

Calls 3

toStringMethod · 0.45
getMethod · 0.45
settingsMethod · 0.45

Tested by

no test coverage detected