Added some Motor tags, changed back to some qt 6.0 methods.

This commit is contained in:
2025-12-30 20:43:36 +01:00
parent fbeb4fb3c0
commit 100014c00d
6 changed files with 68 additions and 53 deletions

View File

@@ -79,8 +79,6 @@ protected:
std::optional<BCValue> makeDataValue( BCDevice::ID deviceID, const BCDataParams& params );
using BCValueTypeMap = QHash<QString,BCValueType*>;
QXmlStreamReader _xml;
QMetaEnum _bcDeviceEnum{QMetaEnum::fromType<BCDevice::ID>()};