| 1660 | } |
| 1661 | |
| 1662 | void MainWindow::on_actionEditInstNotes_triggered() |
| 1663 | { |
| 1664 | APPLICATION->showInstanceWindow(m_selectedInstance, "notes"); |
| 1665 | } |
| 1666 | |
| 1667 | void MainWindow::on_actionWorlds_triggered() |
| 1668 | { |
nothing calls this directly
no test coverage detected