| 2020 | } |
| 2021 | |
| 2022 | void MainWindow::on_actionMods_triggered() |
| 2023 | { |
| 2024 | APPLICATION->showInstanceWindow(m_selectedInstance, "mods"); |
| 2025 | } |
| 2026 | |
| 2027 | void MainWindow::on_actionEditInstance_triggered() |
| 2028 | { |
nothing calls this directly
no test coverage detected