mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Also allow to use SHIFT + button for models, aircraft
* added setTab functions * shift can be used to reset to first tab
This commit is contained in:
@@ -63,7 +63,7 @@ namespace BlackGui
|
||||
BlackMisc::Simulation::Settings::CSpecializedSimulatorSettings getSimulatorSettings(const BlackMisc::Simulation::CSimulatorInfo &simulator) const;
|
||||
|
||||
//! Set the tab
|
||||
void setSettingsTab(SettingTab tab);
|
||||
void setTab(SettingTab tab);
|
||||
|
||||
//! Set the overview tab
|
||||
void setSettingsOverviewTab();
|
||||
@@ -96,7 +96,7 @@ namespace BlackGui
|
||||
|
||||
QScopedPointer<Ui::CSettingsComponent> ui;
|
||||
};
|
||||
}
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user