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

Method on_actionInstall_mods_triggered

launcher/ui/pages/instance/VersionPage.cpp:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void VersionPage::on_actionInstall_mods_triggered()
321{
322 if(m_container)
323 {
324 m_container->selectPage("mods");
325 }
326}
327
328void VersionPage::on_actionAdd_to_Minecraft_jar_triggered()
329{

Callers

nothing calls this directly

Calls 1

selectPageMethod · 0.45

Tested by

no test coverage detected