Formatting, naming

This commit is contained in:
Klaus Basan
2016-03-12 05:20:25 +01:00
parent 69b205cc14
commit bd50cfab86
10 changed files with 5 additions and 19 deletions

View File

@@ -5,7 +5,6 @@ namespace BlackSimPlugin
{
namespace XPlane
{
CSimulatorXPlaneConfig::CSimulatorXPlaneConfig(QObject *parent) : QObject(parent)
{

View File

@@ -19,7 +19,6 @@ namespace BlackSimPlugin
{
namespace XPlane
{
/*!
* Setting for XBus.
*/
@@ -50,7 +49,6 @@ namespace BlackSimPlugin
//! \copydoc BlackGui::IPluginConfig::createConfigWindow()
BlackGui::CPluginConfigWindow *createConfigWindow(QWidget *parent) override;
};
}
}

View File

@@ -23,7 +23,6 @@ namespace BlackSimPlugin
{
namespace XPlane
{
CSimulatorXPlaneConfigWindow::CSimulatorXPlaneConfigWindow(QWidget *parent) :
CPluginConfigWindow(parent),
ui(new Ui::CSimulatorXPlaneConfigWindow)

View File

@@ -49,7 +49,6 @@ namespace BlackSimPlugin
private:
QScopedPointer<Ui::CSimulatorXPlaneConfigWindow> ui;
BlackMisc::CSetting<XBusServer> m_xbusServerSetting { this };
};
}
}