Fixed QML_ELEMENT macro, preset steps model preperations

This commit is contained in:
2023-03-04 19:13:23 +01:00
parent c4b910d073
commit 4720c05cb1
27 changed files with 390 additions and 398 deletions

View File

@ -8,7 +8,7 @@
#include <QMetaEnum>
#include <QMetaType>
namespace hilfe {
namespace scheincommander {
Q_NAMESPACE
enum class DeviceTypeRegisterType
{
@ -39,11 +39,11 @@ enum class DeviceTypeRegisterType
Extra2
};
Q_ENUM_NS(DeviceTypeRegisterType)
} // namespace hilfe
} // namespace scheincommander
Q_DECLARE_METATYPE(hilfe::DeviceTypeRegisterType)
Q_DECLARE_METATYPE(scheincommander::DeviceTypeRegisterType)
using DeviceTypeRegisterType = hilfe::DeviceTypeRegisterType;
using DeviceTypeRegisterType = scheincommander::DeviceTypeRegisterType;
struct DeviceTypeRegisterConfig
{