Added extended stylesheet.
This commit is contained in:
@@ -89,6 +89,8 @@ public:
|
||||
static BCValue makeValue(BCDevice::ID deviceID, const BCValueParams& params );
|
||||
|
||||
};
|
||||
// Damit QVariant dieses Struct transportieren kann:
|
||||
Q_DECLARE_METATYPE(BCValue)
|
||||
|
||||
// abbreviations:
|
||||
// SOC = State Of Charge
|
||||
@@ -106,7 +108,7 @@ constexpr auto to_u(E e) noexcept {
|
||||
}
|
||||
*/
|
||||
|
||||
using BCValueList = QList<BCValue>;
|
||||
using BCValueList = QVector<BCValue>;
|
||||
|
||||
|
||||
#endif // BCRawValue_H
|
||||
|
||||
Reference in New Issue
Block a user