mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Style
This commit is contained in:
@@ -260,7 +260,7 @@ namespace BlackMisc
|
||||
{
|
||||
QString r = route;
|
||||
r.replace(':', ' ');
|
||||
m_route = asciiOnlyString(r).left(MaxRouteLength).toUpper();
|
||||
m_route = asciiOnlyString(r).left(MaxRouteLength).toUpper();
|
||||
}
|
||||
|
||||
void CFlightPlan::setRemarks(const QString &remarks)
|
||||
|
||||
Reference in New Issue
Block a user