mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Formatting
This commit is contained in:
@@ -206,8 +206,7 @@ namespace BlackGui
|
||||
const CMetar metar(sGui->getIContextNetwork()->getMetarForAirport(icao));
|
||||
if (metar.hasMessage())
|
||||
{
|
||||
const QString metarText = metar.getMessage() %
|
||||
QStringLiteral("\n\n") % metar.getMetarText();
|
||||
const QString metarText = metar.getMessage() % QStringLiteral("\n\n") % metar.getMetarText();
|
||||
ui->te_AtcStationsOnlineInfo->setText(metarText);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user