tell the queue to stop processing
| 554 | |
| 555 | //tell the queue to stop processing |
| 556 | void MainWindow::stopProcessingQueue() { |
| 557 | stopQueue = true; |
| 558 | } |
| 559 | |
| 560 | //save maps using the file dialog |
| 561 | void MainWindow::saveUserFilePath() { |
nothing calls this directly
no outgoing calls
no test coverage detected