From b5ed3ff73322bf4700e9bf96ad76b013ea98da6d Mon Sep 17 00:00:00 2001 From: "DIASPORA\\chris" Date: Thu, 18 Dec 2025 09:30:43 +0100 Subject: [PATCH] Cosmetics. --- bcvalue.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bcvalue.h b/bcvalue.h index d39af87..bbc2d4b 100644 --- a/bcvalue.h +++ b/bcvalue.h @@ -43,7 +43,7 @@ Das ist natürlich annalog zu den ItemTypes: - ein Value hat einen ValueType, der bestimmt folgendes: - - long or short + - long or short or quad - unit (mm, km/h, odo ... ) - @@ -74,7 +74,8 @@ public: Km, Mm, Sec, - SOC, + SoC, + Odo, Date }; Q_ENUM(UnitID) @@ -93,7 +94,7 @@ public: {UnitID::Km, "km"}, {UnitID::Mm, "mm"}, {UnitID::Sec, "s"}, - {UnitID::SOC, "%"}, + {UnitID::SoC, "%"}, {UnitID::Date, ""} }; return s_unitNames[unitID]; @@ -121,8 +122,7 @@ public: BCDevice::ID deviceID{BCDevice::ID::Invalid}; BC::ID targetID{BC::ID::Invalid}; - //BCValueType::ID typeID{BCValueType::ID::Invalid}; - BCValueType::TypeID firz; + BCValueType::TypeID typeID{BCValueType::TypeID::Invalid};; QVariant defaultValue; QVariant value;