diff -r ff09c95d9e44 -r 722a4eed545d src/EditProduct.h --- 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);