MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / stopProcessingQueue

Method stopProcessingQueue

src_gui/mainwindow.cpp:556–558  ·  view source on GitHub ↗

tell the queue to stop processing

Source from the content-addressed store, hash-verified

554
555//tell the queue to stop processing
556void MainWindow::stopProcessingQueue() {
557 stopQueue = true;
558}
559
560//save maps using the file dialog
561void MainWindow::saveUserFilePath() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected