mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Refactoring, renamed: convertToQString (old: stringForConvert)
This commit is contained in:
@@ -16,9 +16,9 @@ namespace Aviation
|
||||
/*
|
||||
* Own implementation for streaming
|
||||
*/
|
||||
QString CAltitude::stringForConverter(bool /** i18n **/) const
|
||||
QString CAltitude::convertToQString(bool /** i18n **/) const
|
||||
{
|
||||
QString s = CLength::stringForConverter();
|
||||
QString s = CLength::convertToQString();
|
||||
return s.append(this->m_msl ? " MSL" : " AGL");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user