diff -r 2f4e250cfed9 -r c8f0ecc8a1cc src/EditProduct.cpp --- a/src/EditProduct.cpp Sat Jun 18 20:39:59 2022 +0200 +++ b/src/EditProduct.cpp Sun Jun 19 10:40:37 2022 +0200 @@ -708,6 +708,7 @@ connect(ui->keg_sug_waterEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::kegs_water_changed); connect(ui->keg_tempEdit, QOverload::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::kegs_temp_changed); connect(ui->keg_forcedEdit, &QCheckBox::stateChanged, this, &EditProduct::kegs_forced_changed); + connect(ui->carb_logButton, SIGNAL(clicked()), this, SLOT(carb_log_button())); /* All signals from tab Tasting */ connect(ui->taste_dateEdit, &QDateEdit::dateChanged, this, &EditProduct::taste_date_changed);