Redesign data structures, part I

This commit is contained in:
2025-12-26 15:19:33 +01:00
parent fcfa61c16c
commit 71d7350913
9 changed files with 62 additions and 84 deletions

View File

@@ -101,7 +101,7 @@ public:
Q_DECLARE_METATYPE(BCDataValue*)
using BCDataList = QVector<BCDataValue>;
using BCValueList = QList<BCDataValue>;