diff -r a614932fd908 -r 41563800aa92 src/EditRecipe.h --- a/src/EditRecipe.h Fri Apr 08 22:46:57 2022 +0200 +++ b/src/EditRecipe.h Sat Apr 09 10:26:35 2022 +0200 @@ -302,6 +302,7 @@ QDoubleSpinBox *amountEdit, *pctEdit, *maxEdit; QCheckBox *to100Edit, *instockEdit; + void to100Fermentables(int row); static bool ferment_sort_test(const Fermentables &D1, const Fermentables &D2); void WindowTitle(); void calcFermentables();