Formatting

This commit is contained in:
Klaus Basan
2018-04-02 02:19:07 +02:00
parent 7d97b0e2a7
commit 0b4637054a
7 changed files with 21 additions and 35 deletions

View File

@@ -9,8 +9,8 @@
//! \file
#ifndef BLACKGUI_DBAIRLINEICAOSELECTORBASE_DBOWNMODELSDIALOG_H
#define BLACKGUI_DBAIRLINEICAOSELECTORBASE_DBOWNMODELSDIALOG_H
#ifndef BLACKGUI_COMPONENTS_CDBOWNMODELSDIALOG_H
#define BLACKGUI_COMPONENTS_CDBOWNMODELSDIALOG_H
#include "blackgui/blackguiexport.h"
#include "blackmisc/simulation/simulatorinfo.h"

View File

@@ -9,8 +9,8 @@
//! \file
#ifndef BLACKGUI_COMPONENTS_DBOWNMODELSETCOMPONENT_H
#define BLACKGUI_COMPONENTS_DBOWNMODELSETCOMPONENT_H
#ifndef BLACKGUI_COMPONENTS_CDBOWNMODELSETCOMPONENT_H
#define BLACKGUI_COMPONENTS_CDBOWNMODELSETCOMPONENT_H
#include "blackgui/components/dbmappingcomponentaware.h"
#include "blackgui/menus/menudelegate.h"

View File

@@ -63,7 +63,7 @@ namespace BlackGui
virtual int exec() override;
private:
QScopedPointer<Ui::CDbOwnModelSetFormDialog> ui;
QScopedPointer<Ui::CDbOwnModelSetFormDialog> ui;
BlackMisc::Simulation::CAircraftModelList m_modelSet;
BlackMisc::Simulation::CSimulatorInfo m_simulatorInfo;