src/MainWindow.cpp

changeset 411
c78f8cf11849
parent 387
7945bf3be1f9
child 430
ef2638cfc1b7
--- a/src/MainWindow.cpp	Sat Oct 08 16:02:25 2022 +0200
+++ b/src/MainWindow.cpp	Sun Oct 09 13:17:23 2022 +0200
@@ -143,7 +143,7 @@
     my_ibu_method = query.value("ibu_method").toInt();
     my_color_method = query.value("color_method").toInt();
     my_brix_correction = query.value("brix_correction").toDouble();
-    my_grain_absorbtion = query.value("grain_absorbtion").toDouble();
+    my_grain_absorption = query.value("grain_absorption").toDouble();
     my_default_water = query.value("default_water").toInt();
     my_yeastlab = query.value("my_yeastlab").toString();
     my_height = query.value("brewery_height").toInt();

mercurial