| 1967 | } |
| 1968 | |
| 1969 | void MainWindow::on_actionConfig_Folder_triggered() |
| 1970 | { |
| 1971 | if (m_selectedInstance) |
| 1972 | { |
| 1973 | QString str = m_selectedInstance->instanceConfigFolder(); |
| 1974 | DesktopServices::openPath(QDir(str).absolutePath()); |
| 1975 | } |
| 1976 | } |
| 1977 | |
| 1978 | void MainWindow::checkForUpdates() |
| 1979 | { |
nothing calls this directly
no test coverage detected