Fix small typo in help

This commit is contained in:
2024-06-09 17:15:53 +02:00
parent 4801338160
commit da31187aa3
4 changed files with 19 additions and 4 deletions
-1
View File
@@ -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()