diff -r 18a7e8d67fc5 -r 83e66c6b6e07 src/database/db_recipe.cpp --- a/src/database/db_recipe.cpp Tue Jun 14 09:39:31 2022 +0200 +++ b/src/database/db_recipe.cpp Tue Jun 14 10:42:39 2022 +0200 @@ -330,7 +330,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();