mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
DBus: track, heading, transponder. Added I18N for track/heading, added further I18N keys. Of course not all I18N strings are translated yet.
This commit is contained in:
@@ -179,7 +179,7 @@ double CMeasurementUnit::valueRounded(double value, int digits) const
|
||||
/*
|
||||
* Rounded to QString
|
||||
*/
|
||||
QString CMeasurementUnit::toQStringRounded(double value, int digits) const
|
||||
QString CMeasurementUnit::toQStringRounded(double value, int digits, bool /** i18n **/) const
|
||||
{
|
||||
if (digits < 0) digits = this->m_displayDigits;
|
||||
double v = CMath::round(value, digits);
|
||||
|
||||
Reference in New Issue
Block a user