mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Ref T578, CG null and DB key improvements
This commit is contained in:
committed by
Mat Sutcliffe
parent
254e21ab1f
commit
246d9abca8
@@ -333,7 +333,7 @@ namespace BlackMisc
|
||||
template <class MU, class PQ>
|
||||
QString CPhysicalQuantity<MU, PQ>::valueRoundedWithUnit(int digits, bool withGroupSeparator, bool i18n) const
|
||||
{
|
||||
if (this->isNull()) { return this->convertToQString(i18n); }
|
||||
if (this->isNull()) { return QStringLiteral("null"); }
|
||||
return this->valueRoundedWithUnit(m_unit, digits, withGroupSeparator, i18n);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user