| 2193 | } |
| 2194 | |
| 2195 | void MainWindow::autotesterReload() { |
| 2196 | autotesterOpen(ui->JSONconfigPath->text()); |
| 2197 | } |
| 2198 | |
| 2199 | void MainWindow::autotesterLaunch() { |
| 2200 | if (!autotester::configLoaded) { |
nothing calls this directly
no outgoing calls
no test coverage detected