Ref T683, style

This commit is contained in:
Klaus Basan
2019-06-13 00:09:44 +02:00
parent 17ef62dd3e
commit 24e9ffb398
14 changed files with 64 additions and 58 deletions

View File

@@ -454,7 +454,7 @@ namespace BlackMisc
switch (i)
{
case IndexValue: return CVariant::from(m_value);
case IndexUnit: return CVariant::from(m_unit);
case IndexUnit: return CVariant::from(m_unit);
case IndexValueRounded0DigitsWithUnit: return CVariant::from(this->valueRoundedWithUnit(0));
case IndexValueRounded1DigitsWithUnit: return CVariant::from(this->valueRoundedWithUnit(1));
case IndexValueRounded2DigitsWithUnit: return CVariant::from(this->valueRoundedWithUnit(2));