| 1583 | } |
| 1584 | |
| 1585 | void MainWindow::on_actionViewInstanceFolder_triggered() |
| 1586 | { |
| 1587 | QString str = APPLICATION->settings()->get("InstanceDir").toString(); |
| 1588 | DesktopServices::openDirectory(str); |
| 1589 | } |
| 1590 | |
| 1591 | void MainWindow::refreshInstances() |
| 1592 | { |
nothing calls this directly
no test coverage detected