| 1229 | } |
| 1230 | |
| 1231 | void MainWindow::on_actionViewLogsFolder_triggered() |
| 1232 | { |
| 1233 | DesktopServices::openPath("logs", true); |
| 1234 | } |
| 1235 | |
| 1236 | void MainWindow::on_actionViewJavaFolder_triggered() |
| 1237 | { |
nothing calls this directly
no test coverage detected