src/EditProduct.h

changeset 483
eb0a5f132ea9
parent 482
e13763ec829f
--- a/src/EditProduct.h	Tue Jan 31 16:24:11 2023 +0100
+++ b/src/EditProduct.h	Thu Feb 02 15:23:18 2023 +0100
@@ -103,6 +103,7 @@
     void yeast_pitchrate_button_clicked();
     void yeast_retry_button_clicked();
     void yeast_amount_changed(double val);
+    void yeast_package_changed(int val);
     void yeast_select_changed(int val);
     void yeast_instock_changed(bool val);
     void yeast_useat_changed(int val);
@@ -340,6 +341,7 @@
     void calcViability();
     void calcYeast();
     void adjustYeasts(double factor);
+    void yeast_load_packages(QString laboratory, int form);
     double infusionVol(double step_infused, double step_mashkg, double infuse_temp, double step_temp, double last_temp);
     double decoctionVol(double step_volume, double step_temp, double prev_temp);
     void calcMash();

mercurial