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

Method removeImagesFromQueue

src_gui/mainwindow.cpp:883–885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881}
882
883void MainWindow::removeImagesFromQueue() {
884 qDeleteAll(ui->listWidget_queue->selectedItems());
885}
886
887void MainWindow::queueItemDoubleClicked(QListWidgetItem* item) {
888 //load image that was doubleclicked

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected