src/EditRecipe.h

changeset 136
17030224d919
parent 135
e68b27ad8a40
child 137
ffe8b2e9517b
--- a/src/EditRecipe.h	Fri Apr 15 20:20:22 2022 +0200
+++ b/src/EditRecipe.h	Sat Apr 16 13:05:47 2022 +0200
@@ -304,7 +304,11 @@
     void on_nahco3_changed(double val);
     void on_caco3_changed(double val);
     void on_calc_acid_clicked();
+    void on_mw_ph_changed(double val);
+    void on_mw_acid_changed(double val);
+    void on_mw_type_changed(int val);
 
+    /* Modified progress bars */
     void on_perc_mash_valueChanged(int value);
     void on_perc_sugars_valueChanged(int value);
     void on_perc_cara_valueChanged(int value);
@@ -350,6 +354,7 @@
     static bool hop_sort_test(const Hops &D1, const Hops &D2);
     static bool misc_sort_test(const Miscs &D1, const Miscs &D2);
     void WindowTitle();
+    void brewing_salt_sub(QString salt, double val);
     void set_brewing_salt(QString salt, double val);
     void calcFermentables();
     void calcIBUs();

mercurial