Debug updates.

This commit is contained in:
Christoph Holzheuer
2026-01-08 14:55:47 +01:00
parent c40f288aaa
commit f19a33cc5f
14 changed files with 154 additions and 138 deletions

View File

@@ -87,7 +87,8 @@ void BCValueModel::updateValue(int row, BCValue::Flag state, uint32_t rawValue )
{
const BCValue& value = *(_valueList[row].get());
value.flags = state;
// Obacht hier!
//value.valueFlags = state;
value.rawValue = rawValue;
QModelIndex idx1 = index(row,1);