diff -r deea5047be32 -r 6b10c34f74f5 src/EditProduct.cpp --- a/src/EditProduct.cpp Thu Jan 12 16:56:34 2023 +0100 +++ b/src/EditProduct.cpp Fri Jan 13 12:00:58 2023 +0100 @@ -613,6 +613,8 @@ connect(ui->productionButton1, SIGNAL(clicked()), this, SLOT(yeast_prod_date_today())); connect(ui->productionButton2, SIGNAL(clicked()), this, SLOT(yeast_prod_date_clear())); connect(ui->productionEdit, &QDateEdit::dateChanged, this, &EditProduct::yeast_prod_date_changed); + connect(ui->pitchrateButton, SIGNAL(clicked()), this, SLOT(yeast_pitchrate_button_clicked())); + connect(ui->restartButton, SIGNAL(clicked()), this, SLOT(yeast_retry_button_clicked())); // All signals from tab "Mash" ui->mashsTable->setEditTriggers(QAbstractItemView::NoEditTriggers);