src/EditProduct.h

changeset 189
722a4eed545d
parent 184
da148d6b4c95
child 190
bb6c06910f0f
--- a/src/EditProduct.h	Mon May 02 21:09:48 2022 +0200
+++ b/src/EditProduct.h	Mon May 02 22:42:19 2022 +0200
@@ -48,6 +48,7 @@
     void batch_size_changed(double val);
     void brew_type_changed(int val);
     void locked_changed(bool val);
+    void eq_changed(int val);
     void refreshFermentables();
     void refreshHops();
     void refreshMiscs();
@@ -159,6 +160,7 @@
     static bool yeast_sort_test(const Yeasts &D1, const Yeasts &D2);
     void WindowTitle();
     void showEquipment();
+    void initEquipment();
     void setStage();
     void brewing_salt_sub(QString salt, double val);
     void set_brewing_salt(QString salt, double val);

mercurial