TODO changes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user