Reduce Warnigns.

This commit is contained in:
2026-01-12 08:04:41 +01:00
parent 5c919e4d55
commit 9b1a1233f9

View File

@@ -123,7 +123,9 @@ public:
void setRawValue(uint32_t newRawValue) const { rawValue = newRawValue; }
void setFromDouble( double value )
{}
{
Q_UNUSED(value)
}
QString getUnitLabel() const { return unitLabel; }
void setUnitLabel(const QString &newUnitLabel) { unitLabel = newUnitLabel; }