Made 'syncFromDevice' work again.

This commit is contained in:
2025-12-28 22:48:18 +01:00
parent 517dcceb81
commit b7d4441d56
20 changed files with 167 additions and 916 deletions

View File

@@ -50,8 +50,10 @@ public:
void setDeviceID( BCDevice::ID deviceID );
BCDevice::ID getDeviceID() const;
QTableView* getValueView();
const BCValueList& getValueList();
const BCValueList& getValueListX();
BCValueModel &getValueModel();
public slots: