Cleanups.
This commit is contained in:
@@ -44,7 +44,7 @@ BCValue::BCValue( BCDevice::ID deviceID_, BC::ID registerID_)
|
||||
visibleValue = "--";
|
||||
}
|
||||
|
||||
QString BCValue::formatValue( uint32_t value ) const
|
||||
QString BCValue::formatValues( uint32_t value ) const
|
||||
{
|
||||
if( factor == 1 )
|
||||
return QString::number( value );
|
||||
|
||||
Reference in New Issue
Block a user