| 666 | } |
| 667 | |
| 668 | void MainWindow::editOutputPathQueue() { |
| 669 | QString rawPath = ui->lineEdit_outputPath->text(); |
| 670 | setExportPath(QUrl::fromLocalFile(rawPath)); |
| 671 | } |
| 672 | |
| 673 | //overloaded version of preview that chooses the map to preview automatically |
| 674 | void MainWindow::preview() { |
nothing calls this directly
no outgoing calls
no test coverage detected