Fixed Flag handling.
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
Qt::ItemFlags flags(const QModelIndex& index) const override;
|
||||
bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole) override;
|
||||
|
||||
void updateValue(int row, BCValue::Flag state, uint32_t rawValue );
|
||||
void updateValue(int row, BCValue::Flags newState, uint32_t rawValue );
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user