Ref T786, emulated sim. dialog weather support

* display weather
* request weather
This commit is contained in:
Klaus Basan
2020-04-19 02:42:33 +02:00
committed by Mat Sutcliffe
parent 026e19add0
commit 579a3b28e1
3 changed files with 57 additions and 3 deletions

View File

@@ -120,6 +120,9 @@ namespace BlackSimPlugin
//! Can use the emulated simulator
bool canUseSimulator() const;
//! Request weather
void requestWeather();
QScopedPointer<Ui::CSimulatorEmulatedMonitorDialog> ui;
CSimulatorEmulated *m_simulator = nullptr;
QTimer m_uiUpdateTimer;