mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 17:55:34 +08:00
committed by
Lars Toenning
parent
5e5b3f830d
commit
7691e42a5b
@@ -503,8 +503,8 @@ namespace BlackMisc::Simulation::Settings
|
||||
CSetting<Settings::TSimulatorXP> m_simSettingsXP { this, &CMultiSimulatorSettings::onXPSettingsChanged }; //!< XP settings
|
||||
CSetting<Settings::TSimulatorFG> m_simSettingsFG { this, &CMultiSimulatorSettings::onFGSettingsChanged }; //!< FG settings
|
||||
|
||||
//! Settings changed, this will only detect if settings are changed elsewhere
|
||||
//! @{
|
||||
//! Settings changed, this will only detect if settings are changed elsewhere
|
||||
void onFsxSettingsChanged();
|
||||
void onFs9SettingsChanged();
|
||||
void onP3DSettingsChanged();
|
||||
|
||||
@@ -163,8 +163,8 @@ namespace BlackMisc::Simulation::Settings
|
||||
}
|
||||
|
||||
protected:
|
||||
//! The JSON members
|
||||
//! @{
|
||||
//! The JSON members
|
||||
static constexpr char JsonDBusServerAddress[] = "dbusserveradress";
|
||||
static constexpr char JsonDrawingLabels[] = "drawinglabels";
|
||||
static constexpr char JsonLabelColor[] = "labelcolor";
|
||||
|
||||
Reference in New Issue
Block a user