| 318 | } |
| 319 | |
| 320 | void VersionPage::on_actionInstall_mods_triggered() |
| 321 | { |
| 322 | if(m_container) |
| 323 | { |
| 324 | m_container->selectPage("mods"); |
| 325 | } |
| 326 | } |
| 327 | |
| 328 | void VersionPage::on_actionAdd_to_Minecraft_jar_triggered() |
| 329 | { |
nothing calls this directly
no test coverage detected