mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-05 01:35:45 +08:00
Ref T515, mapping component improvements
* allow to re-display validation dialog * highlight disabled models
This commit is contained in:
committed by
Mat Sutcliffe
parent
6644927943
commit
583a5bfb28
@@ -272,6 +272,9 @@ private:
|
||||
//! Model set haas been verfied
|
||||
void onValidatedModelSet(const BlackMisc::Simulation::CSimulatorInfo &simulator, const BlackMisc::Simulation::CAircraftModelList &valid, const BlackMisc::Simulation::CAircraftModelList &invalid, bool stopped, const BlackMisc::CStatusMessageList &msgs);
|
||||
|
||||
//! Display validation dialog
|
||||
void displayValidationDialog();
|
||||
|
||||
//! Ckeck if the DB data have been loaded
|
||||
void checkDbDataLoaded();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user