src/EditProduct.cpp

changeset 213
a167ee979cac
parent 212
8b84dd3579ef
child 214
641540dc6ef2
--- 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<double>::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_aertime_changed);
     connect(ui->brew_trublossEdit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_trubloss_changed);
     connect(ui->brew_topupwaterEdit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditProduct::brew_topupwater_changed);
+    connect(ui->brew_logButton, SIGNAL(clicked()), this, SLOT(brew_log_button()));
 
     setStage();
 

mercurial