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

Method editOutputPathQueue

src_gui/mainwindow.cpp:668–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668void 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
674void MainWindow::preview() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected