Debug updates.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user