mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 17:55:34 +08:00
Ref T424, renamed altitude string functions and added "roundedToNearest100ft"
This commit is contained in:
@@ -659,7 +659,7 @@ namespace BlackCore
|
||||
const QString route = flightPlan.getRoute();
|
||||
const QString remarks = QString(flightPlan.getRemarks());
|
||||
|
||||
const QString alt = flightPlan.getCruiseAltitude().asFpAltitudeSimpleVatsimString();
|
||||
const QString alt = flightPlan.getCruiseAltitude().asFpVatsimAltitudeString();
|
||||
//! \fixme that would be the official string, can this be used?
|
||||
// const QString alt = flightPlan.getCruiseAltitude().asFpAltitudeString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user