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:
Klaus Basan
2013-07-28 03:20:04 +02:00
parent 40a97c3d82
commit a53ea0c5fd
29 changed files with 620 additions and 81 deletions

View File

@@ -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);