Removed 'Default' field in BCValue.

This commit is contained in:
2026-01-01 23:39:12 +01:00
parent dce792e00d
commit 43f72d1be6
3 changed files with 8 additions and 7 deletions

View File

@@ -68,7 +68,6 @@ protected:
{
QString ID;
QString Label;
QString Default;
QString UnitType;
};
@@ -78,9 +77,6 @@ protected:
QXmlStreamReader _xml;
};
#endif // BCXMLLOADER_H