| 1601 | } |
| 1602 | |
| 1603 | void MainWindow::on_actionViewInstanceFolder_triggered() |
| 1604 | { |
| 1605 | QString str = APPLICATION->settings()->get("InstanceDir").toString(); |
| 1606 | DesktopServices::openDirectory(str); |
| 1607 | } |
| 1608 | |
| 1609 | void MainWindow::refreshInstances() |
| 1610 | { |
nothing calls this directly
no test coverage detected