Output to csv, started work on OFD module
This commit is contained in:
@@ -22,7 +22,7 @@ void MainWindow::setupStoresList() {
|
||||
std::vector<std::string> modules_names = parser.search_modules();
|
||||
|
||||
for (std::string name : modules_names) {
|
||||
Module m(name);
|
||||
StoreModule m(name);
|
||||
std::wstring module_name = m.get_name();
|
||||
|
||||
QString s = QString::fromStdWString(module_name);
|
||||
@@ -66,6 +66,7 @@ void MainWindow::on_parseButton_clicked() {
|
||||
}
|
||||
|
||||
OutputDialog *d = new OutputDialog(this, check);
|
||||
d->show();
|
||||
d->exec();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user