Add iconName property to model

This commit is contained in:
2023-02-18 23:48:28 +01:00
parent e968ae42cf
commit e627f8ebca
6 changed files with 70 additions and 25 deletions

View File

@@ -37,6 +37,7 @@ struct DeviceTypeConfig
{
int id;
QString name;
QString iconName;
std::vector<DeviceTypeRegisterConfig> registers;
};