This commit is contained in:
Klaus Basan
2019-10-21 23:29:18 +02:00
parent 148824429c
commit 003788c89b
3 changed files with 23 additions and 16 deletions

View File

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