Reduce Warnigns.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user