diff -r 8b84dd3579ef -r a167ee979cac src/EditProduct.cpp --- a/src/EditProduct.cpp Mon May 16 14:38:12 2022 +0200 +++ b/src/EditProduct.cpp Tue May 17 14:37:26 2022 +0200 @@ -1108,6 +1108,7 @@ connect(ui->brew_aertimeEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_aertime_changed); connect(ui->brew_trublossEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_trubloss_changed); connect(ui->brew_topupwaterEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_topupwater_changed); + connect(ui->brew_logButton, SIGNAL(clicked()), this, SLOT(brew_log_button())); setStage();