mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
String-ifier for streams as preparation for the GeoClasses
This commit is contained in:
@@ -16,9 +16,9 @@ namespace Aviation
|
||||
/*
|
||||
* Own implementation for streaming
|
||||
*/
|
||||
QString CAltitude::stringForStreamingOperator() const
|
||||
QString CAltitude::stringForConverter() const
|
||||
{
|
||||
QString s = CLength::stringForStreamingOperator();
|
||||
QString s = CLength::stringForConverter();
|
||||
return s.append(this->m_msl ? " MSL" : " AGL");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user