mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Ref T786, emulated sim. dialog weather support
* display weather * request weather
This commit is contained in:
committed by
Mat Sutcliffe
parent
026e19add0
commit
579a3b28e1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user