src/EditProductTab2.cpp

changeset 530
a4d5daae8389
parent 529
7c9fb24bcc07
equal deleted inserted replaced
529:7c9fb24bcc07 530:a4d5daae8389
69 query.bindValue(":name", product->eq_name); 69 query.bindValue(":name", product->eq_name);
70 query.exec(); 70 query.exec();
71 if (query.next()) { 71 if (query.next()) {
72 product->eq_HLT_volume = query.value("HLT_volume").toDouble(); 72 product->eq_HLT_volume = query.value("HLT_volume").toDouble();
73 product->eq_HLT_deadspace = query.value("HLT_deadspace").toDouble(); 73 product->eq_HLT_deadspace = query.value("HLT_deadspace").toDouble();
74 qDebug() << " Update equipment HLT settings" << product->eq_HLT_volume << product->eq_HLT_deadspace; 74 qDebug() << "== Update equipment HLT settings" << product->eq_HLT_volume << product->eq_HLT_deadspace;
75 is_changed(); 75 is_changed();
76 } 76 }
77 } 77 }
78 78
79 ui->eq_selectEdit->addItem(""); 79 ui->eq_selectEdit->addItem("");

mercurial