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

Method on_actionLaunchInstanceDemo_triggered

launcher/ui/MainWindow.cpp:2199–2205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2197}
2198
2199void MainWindow::on_actionLaunchInstanceDemo_triggered()
2200{
2201 if (m_selectedInstance)
2202 {
2203 APPLICATION->launch(m_selectedInstance, false, true);
2204 }
2205}
2206
2207void MainWindow::on_actionKillInstance_triggered()
2208{

Callers

nothing calls this directly

Calls 1

launchMethod · 0.65

Tested by

no test coverage detected