mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 14:45:33 +08:00
Wizard fixes as discussed here: https://swift-project.slack.com/archives/G7GD2UP9C/p1534597257000200
- improved message for initial data loading - Simulator wizard page before 1st model set page - 1st model set component, forced directory loading (and not just displaying model cache)
This commit is contained in:
@@ -38,7 +38,7 @@ namespace BlackGui
|
||||
explicit CCockpitComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CCockpitComponent();
|
||||
virtual ~CCockpitComponent() override;
|
||||
|
||||
//! \copydoc CEnableForDockWidgetInfoArea::setParentDockWidgetInfoArea
|
||||
virtual bool setParentDockWidgetInfoArea(BlackGui::CDockWidgetInfoArea *parentDockableWidget) override;
|
||||
|
||||
Reference in New Issue
Block a user