Fix small typo in help
This commit is contained in:
@@ -100,7 +100,6 @@ BatchProcessing::BatchProcessing(QWidget *parent) : QDialog(parent)
|
||||
|
||||
QSettings settings;
|
||||
_ui->outputPath->setText(settings.value("batchprocessing/outputpath", QStandardPaths::standardLocations(QStandardPaths::PicturesLocation).first()).toString());
|
||||
_ui->pathsList->addItem("/home/nou/Obrázky/astro/2019-12-03");
|
||||
}
|
||||
|
||||
BatchProcessing::~BatchProcessing()
|
||||
|
||||
Reference in New Issue
Block a user