refs #247 Fixed mistakes.

This commit is contained in:
Mathew Sutcliffe
2014-11-12 19:10:51 +00:00
parent 57b2a6b588
commit a2c0a893c0
4 changed files with 10 additions and 10 deletions

View File

@@ -332,7 +332,7 @@ namespace BlackMisc
this->m_value = variant.toDouble();
break;
case IndexUnit:
this->m_unit.fromQVariant(variant);
this->m_unit.convertFromQVariant(variant);
break;
case IndexValueRounded0DigitsWithUnit:
case IndexValueRounded1DigitsWithUnit: