Cosmetics and some commenting.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#ifndef BCDATAMANAGER_H
|
||||
#define BCDATAMANAGER_H
|
||||
|
||||
#include <QMap>
|
||||
#include <QHash>
|
||||
#include <QXmlStreamReader>
|
||||
#include <QXmlStreamWriter>
|
||||
#include <QMetaEnum>
|
||||
@@ -79,7 +79,7 @@ protected:
|
||||
|
||||
std::optional<BCValue> makeDataValue( BCDevice::ID deviceID, const BCDataParams& params );
|
||||
|
||||
using BCValueTypeMap = QMap<QString,BCValueType*>;
|
||||
using BCValueTypeMap = QHash<QString,BCValueType*>;
|
||||
|
||||
QXmlStreamReader _xml;
|
||||
QMetaEnum _bcDeviceEnum{QMetaEnum::fromType<BCDevice::ID>()};
|
||||
|
||||
Reference in New Issue
Block a user