src/EditRecipe.h

changeset 111
04f5a7c5a1dc
parent 110
224be4d9f8eb
child 112
9e0dfa78f349
--- a/src/EditRecipe.h	Wed Apr 06 20:26:47 2022 +0200
+++ b/src/EditRecipe.h	Wed Apr 06 21:23:00 2022 +0200
@@ -96,13 +96,13 @@
     bool	y_sta1;
     bool	y_bacteria;
     bool	y_harvest_top;
-    double	y_harvest_time;
+    int		y_harvest_time;
     double	y_pitch_temperature;
     bool	y_pofpos;
     int		y_zymocide;
-    double	y_gr_hl_lo;
+    int		y_gr_hl_lo;
     double	y_sg_lo;
-    double	y_gr_hl_hi;
+    int		y_gr_hl_hi;
     double	y_sg_hi;
     double	y_cost;
 };
@@ -290,7 +290,7 @@
     /*
      * Variables for popup ingredients editing.
      */
-    QJsonDocument hops, miscs, yeasts;
+    QJsonDocument hops, miscs;
     QComboBox *selectEdit, *addedEdit;
     QLineEdit *nameEdit, *supplierEdit;
     QDoubleSpinBox *amountEdit, *pctEdit, *maxEdit;

mercurial