MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / autotesterReload

Method autotesterReload

gui/qt/mainwindow.cpp:2195–2197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2193}
2194
2195void MainWindow::autotesterReload() {
2196 autotesterOpen(ui->JSONconfigPath->text());
2197}
2198
2199void MainWindow::autotesterLaunch() {
2200 if (!autotester::configLoaded) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected