mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
Some 1st model set wizard improvements
* only use DB models * icon for create button * confirm message before overriding the model set * info if there are no models
This commit is contained in:
committed by
Mat Sutcliffe
parent
cc6adc6c40
commit
a340167493
@@ -102,12 +102,12 @@ namespace BlackGui
|
||||
//! Simulator
|
||||
void setSimulator(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
|
||||
//! \copydoc BlackGui::Components::CSimulatorSelector::setMode
|
||||
void setSimulatorSelectorMode(CSimulatorSelector::Mode mode);
|
||||
|
||||
//! Deferred init of simulator
|
||||
void triggerSetSimulatorDeferred(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
|
||||
//! \copydoc BlackGui::Components::CSimulatorSelector::setMode
|
||||
void setSimulatorSelectorMode(CSimulatorSelector::Mode mode);
|
||||
|
||||
//! \copydoc CDbMappingComponentAware::setMappingComponent
|
||||
virtual void setMappingComponent(CDbMappingComponent *component) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user