Ref T786, used weather data printer code for weather description (to QString)

This commit is contained in:
Klaus Basan
2020-04-19 03:35:18 +02:00
committed by Mat Sutcliffe
parent 0bf9ddbe2c
commit 8fe11c7633
3 changed files with 49 additions and 46 deletions

View File

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