mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ff0c37ff58
commit
cb024b0245
@@ -42,7 +42,7 @@ namespace BlackGui
|
||||
explicit CSettingsSimulatorComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CSettingsSimulatorComponent();
|
||||
virtual ~CSettingsSimulatorComponent();
|
||||
|
||||
private slots:
|
||||
//! Driver plugin enabled/disabled
|
||||
@@ -87,7 +87,6 @@ namespace BlackGui
|
||||
bool m_pluginLoaded = false; //!< plugin loaded
|
||||
BlackCore::CPluginManagerSimulator* m_plugins = nullptr;
|
||||
BlackMisc::CSetting<BlackCore::Application::TEnabledSimulators> m_enabledSimulators { this, &CSettingsSimulatorComponent::ps_reloadPluginConfig };
|
||||
|
||||
};
|
||||
}
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user