src/database/db_product.cpp

changeset 287
83e66c6b6e07
parent 284
33bb98c33e6a
child 294
afc763d9fd89
--- a/src/database/db_product.cpp	Tue Jun 14 09:39:31 2022 +0200
+++ b/src/database/db_product.cpp	Tue Jun 14 10:42:39 2022 +0200
@@ -508,7 +508,7 @@
 	    } else if (mashs.isArray()) {
         	for (int i = 0; i < mashs.array().size(); i++) {
             	    QJsonObject obj = mashs.array().at(i).toObject();
-		    Mashs m;
+		    MashSteps m;
 		    m.step_name = obj["step_name"].toString();
 		    m.step_type = obj["step_type"].toInt();
 		    m.step_volume = obj["step_volume"].toDouble();

mercurial