src/EditRecipe.cpp

changeset 163
6cccd340ea8c
parent 162
19156b8b339f
child 165
c8e6ab63d671
--- a/src/EditRecipe.cpp	Mon Apr 25 15:52:21 2022 +0200
+++ b/src/EditRecipe.cpp	Wed Apr 27 08:54:17 2022 +0200
@@ -695,6 +695,7 @@
     ui->mashsTable->setEditTriggers(QAbstractItemView::NoEditTriggers);
     connect(ui->addMash, SIGNAL(clicked()), this, SLOT(addMashRow_clicked()));
     connect(ui->mash_pickEdit, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &EditRecipe::mash_select_changed);
+    connect(ui->mash_nameEdit, &QLineEdit::textChanged, this, &EditRecipe::mash_name_changed);
 
     // All signals from tab "Water"
     connect(ui->bs_cacl2Edit, QOverload<double>::of(&QDoubleSpinBox::valueChanged), this, &EditRecipe::wb_cacl2_changed);

mercurial