Recreated vcxproj

This commit is contained in:
Christoph Holzheuer
2026-03-30 17:22:38 +02:00
parent 43508cd698
commit 842129931f
8 changed files with 453 additions and 167 deletions

View File

@@ -85,9 +85,6 @@ void BCValueModel::updateValue(int row, BCValue::Flags newState, uint32_t rawVal
{
const BCValue& value = *(_valueList[row].get());
BCValue::Flags newFlags1 = BCValue::Flag::NoFlag;
BCValue::Flags newFlags2 = newState;
// Obacht hier!
//value.valueFlags = state;
value.setRawValue( rawValue );