mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 06:25:33 +08:00
Ref T609, UI setting for COM synced
This commit is contained in:
@@ -38,7 +38,7 @@ namespace BlackGui
|
||||
explicit CSettingsSimulatorComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CSettingsSimulatorComponent();
|
||||
virtual ~CSettingsSimulatorComponent() override;
|
||||
|
||||
private:
|
||||
//! Driver plugin enabled/disabled
|
||||
@@ -56,6 +56,9 @@ namespace BlackGui
|
||||
//! Apply time synchronization
|
||||
void onApplyTimeSync();
|
||||
|
||||
//! Apply COM sync
|
||||
void onApplyComSync();
|
||||
|
||||
//! Clear restricted rendering
|
||||
void clearRestricedRendering();
|
||||
|
||||
@@ -82,7 +85,7 @@ namespace BlackGui
|
||||
|
||||
QScopedPointer<Ui::CSettingsSimulatorComponent> ui; //!< UI
|
||||
bool m_pluginLoaded = false; //!< plugin loaded?
|
||||
BlackCore::CPluginManagerSimulator* m_plugins = nullptr;
|
||||
BlackCore::CPluginManagerSimulator *m_plugins = nullptr;
|
||||
BlackMisc::CSetting<BlackCore::Application::TEnabledSimulators> m_enabledSimulators { this, &CSettingsSimulatorComponent::reloadPluginConfig };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user