src/EditRecipe.h

changeset 152
58e4ce7dd217
parent 150
fd568cc1dd0e
child 154
1af9f7b7f317
--- a/src/EditRecipe.h	Thu Apr 21 17:22:01 2022 +0200
+++ b/src/EditRecipe.h	Fri Apr 22 13:46:59 2022 +0200
@@ -373,7 +373,6 @@
     QString bar_100 = "QProgressBar::chunk {background: #80FF80;}";
     int recno;
     bool textIsChanged = false;
-    bool ignoreChanges = false;
     Recipe *recipe;
     /*
      * Variables for popup ingredients editing.
@@ -384,7 +383,7 @@
     QDoubleSpinBox *steptempEdit, *endtempEdit, *steptimeEdit, *ramptimeEdit, *stepivolEdit, *stepitmpEdit;
     QSpinBox *htimeEdit, *mtimeEdit;
     QCheckBox *to100Edit, *finstockEdit, *hinstockEdit, *minstockEdit, *yinstockEdit;
-    QLabel *htimeLabel, *mtimeLabel, *mamountLabel, *ivolLabel, *itmpLabel;
+    QLabel *htimeLabel, *mtimeLabel, *mamountLabel, *yamountLabel, *ivolLabel, *itmpLabel;
 
     void to100Fermentables(int row);
     static bool ferment_sort_test(const Fermentables &D1, const Fermentables &D2);

mercurial