mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
Minor formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c36c3a4a05
commit
87e783d45a
@@ -7,6 +7,8 @@
|
|||||||
* contained in the LICENSE file.
|
* contained in the LICENSE file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//! \file
|
||||||
|
|
||||||
#ifndef BLACKGUI_COMPONENTS_SIMULATORSELECTOR_H
|
#ifndef BLACKGUI_COMPONENTS_SIMULATORSELECTOR_H
|
||||||
#define BLACKGUI_COMPONENTS_SIMULATORSELECTOR_H
|
#define BLACKGUI_COMPONENTS_SIMULATORSELECTOR_H
|
||||||
|
|
||||||
@@ -21,7 +23,6 @@
|
|||||||
class QWidget;
|
class QWidget;
|
||||||
|
|
||||||
namespace Ui { class CSimulatorSelector; }
|
namespace Ui { class CSimulatorSelector; }
|
||||||
|
|
||||||
namespace BlackGui
|
namespace BlackGui
|
||||||
{
|
{
|
||||||
namespace Components
|
namespace Components
|
||||||
|
|||||||
@@ -24,7 +24,6 @@
|
|||||||
class QWidget;
|
class QWidget;
|
||||||
|
|
||||||
namespace Ui { class CAirlineIcaoForm; }
|
namespace Ui { class CAirlineIcaoForm; }
|
||||||
|
|
||||||
namespace BlackGui
|
namespace BlackGui
|
||||||
{
|
{
|
||||||
namespace Editors
|
namespace Editors
|
||||||
@@ -32,8 +31,7 @@ namespace BlackGui
|
|||||||
/*!
|
/*!
|
||||||
* Airline ICAO code form
|
* Airline ICAO code form
|
||||||
*/
|
*/
|
||||||
class BLACKGUI_EXPORT CAirlineIcaoForm :
|
class BLACKGUI_EXPORT CAirlineIcaoForm : public CForm
|
||||||
public CForm
|
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user