Reworked value reading.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
#include <QAbstractTableModel>
|
||||
|
||||
#include <bcdataitem.h>
|
||||
#include <bcdatavalue.h>
|
||||
|
||||
|
||||
class BCDataModel : public QAbstractListModel
|
||||
@@ -44,7 +44,7 @@ public:
|
||||
|
||||
explicit BCDataModel(QObject *parent = nullptr);
|
||||
|
||||
void addValue(const BCDataItem& val);
|
||||
void addValue(const BCDataValue& val);
|
||||
void setValueList(const BCDataList& valueList);
|
||||
BCDataList& getValueList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user