TODO changes

This commit is contained in:
2024-08-30 22:12:14 +03:00
parent d9fca88af3
commit 2a726a96b7
8 changed files with 35 additions and 36 deletions

View File

@@ -15,8 +15,6 @@ MainWindow::MainWindow(QWidget *parent)
MainWindow::~MainWindow() { delete ui; }
void MainWindow::setupStoresList() {
// Make file format that is a regeeex which parse check, load these files
// here
parser = *(new Parser());
std::vector<std::string> modules_names = parser.search_modules();
@@ -61,7 +59,7 @@ void MainWindow::on_parseButton_clicked() {
Check check;
for (auto g : c) {
for (auto& g : c) {
check.add_goods(g);
}