Added smiles.
This commit is contained in:
@@ -64,9 +64,12 @@ public:
|
||||
QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const override;
|
||||
bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole) override;
|
||||
|
||||
|
||||
void updateValue(int row, BCValue::Flags newState, uint32_t rawValue );
|
||||
|
||||
signals:
|
||||
|
||||
void makeSimonHappy();
|
||||
|
||||
protected:
|
||||
|
||||
// Die eigentlichen Werte wohnen im tatsächlich hier, im Model.
|
||||
|
||||
Reference in New Issue
Block a user