| 2010 | } |
| 2011 | |
| 2012 | void MainWindow::on_actionEditInstNotes_triggered() |
| 2013 | { |
| 2014 | APPLICATION->showInstanceWindow(m_selectedInstance, "notes"); |
| 2015 | } |
| 2016 | |
| 2017 | void MainWindow::on_actionWorlds_triggered() |
| 2018 | { |
nothing calls this directly
no test coverage detected