mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Ref T786, used weather data printer code for weather description (to QString)
This commit is contained in:
committed by
Mat Sutcliffe
parent
0bf9ddbe2c
commit
8fe11c7633
@@ -125,8 +125,6 @@ namespace BlackSimPlugin
|
||||
const QString wg = QStringLiteral("Weather grid with %1 entries").arg(weatherGrid.size());
|
||||
if (canLog()) m_monitorWidget->appendReceivingCall(Q_FUNC_INFO, wg);
|
||||
m_monitorWidget->receivedWeather(weatherGrid);
|
||||
|
||||
// remark see CWeatherDataPrinter
|
||||
}
|
||||
|
||||
bool CSimulatorEmulated::changeRemoteAircraftModel(const CSimulatedAircraft &aircraft)
|
||||
|
||||
Reference in New Issue
Block a user