mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Ref T709, changed settings component to "new" TXSwiftBusSettings
This commit is contained in:
committed by
Mat Sutcliffe
parent
5ebf119acb
commit
f2f9ee8818
@@ -38,11 +38,11 @@ namespace BlackGui
|
||||
explicit CSettingsXSwiftBusComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Dtor
|
||||
virtual ~CSettingsXSwiftBusComponent();
|
||||
virtual ~CSettingsXSwiftBusComponent() override;
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CSettingsXSwiftBusComponent> ui;
|
||||
BlackMisc::CSetting<BlackMisc::Simulation::Settings::TXSwiftBusServer> m_xSwiftBusServerSetting { this };
|
||||
BlackMisc::CSetting<BlackMisc::Simulation::Settings::TXSwiftBusSettings> m_xSwiftBusSettings { this };
|
||||
|
||||
void resetServer();
|
||||
void saveServer();
|
||||
|
||||
Reference in New Issue
Block a user