src/EditProduct.cpp

changeset 457
5028c1c4c526
parent 456
6b10c34f74f5
child 458
ac216a75ca9b
--- a/src/EditProduct.cpp	Fri Jan 13 12:00:58 2023 +0100
+++ b/src/EditProduct.cpp	Fri Jan 13 15:08:57 2023 +0100
@@ -614,6 +614,7 @@
     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->pitchrateEdit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::pitchrate_changed);
     connect(ui->restartButton, SIGNAL(clicked()), this, SLOT(yeast_retry_button_clicked()));
 
     // All signals from tab "Mash"

mercurial