mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #247 Fixed mistakes.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user