src/EditRecipe.h

changeset 112
9e0dfa78f349
parent 111
04f5a7c5a1dc
child 113
30a34d639e90
--- a/src/EditRecipe.h	Wed Apr 06 21:23:00 2022 +0200
+++ b/src/EditRecipe.h	Wed Apr 06 21:41:58 2022 +0200
@@ -71,7 +71,7 @@
     double	m_amount;
     int		m_type;
     int		m_use_use;
-    int		m_time;
+    double	m_time;
     bool	m_amount_is_weight;
     double	m_cost;
 };
@@ -290,7 +290,7 @@
     /*
      * Variables for popup ingredients editing.
      */
-    QJsonDocument hops, miscs;
+    QJsonDocument hops;
     QComboBox *selectEdit, *addedEdit;
     QLineEdit *nameEdit, *supplierEdit;
     QDoubleSpinBox *amountEdit, *pctEdit, *maxEdit;

mercurial