Refactor X-Plane Plugin Config Window to use DBus server address selector

ref T291
This commit is contained in:
Roland Winklmeier
2018-07-27 17:02:05 +02:00
committed by Klaus Basan
parent 488ff96ce6
commit 6a7a9ff710
3 changed files with 38 additions and 6 deletions

View File

@@ -13,6 +13,7 @@
#define BLACKSIMPLUGIN_SIMULATOR_XPLANE_CONFIG_WINDOW_H
#include "blackgui/pluginconfigwindow.h"
#include "blackmisc/simulation/settings/xswiftbussettings.h"
#include "simulatorxplaneconfig.h"
#include <QObject>
#include <QScopedPointer>
@@ -39,7 +40,10 @@ namespace BlackSimPlugin
virtual ~CSimulatorXPlaneConfigWindow();
private:
void settingsAccepted();
QScopedPointer<Ui::CSimulatorXPlaneConfigWindow> ui;
BlackMisc::CSetting<BlackMisc::Simulation::Settings::TXSwiftBusServer> m_xswiftbusServerSetting { this };
};
} // ns
} // ns