mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +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.
|
||||
*/
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_COMPONENTS_SIMULATORSELECTOR_H
|
||||
#define BLACKGUI_COMPONENTS_SIMULATORSELECTOR_H
|
||||
|
||||
@@ -21,7 +23,6 @@
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CSimulatorSelector; }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CAirlineIcaoForm; }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Editors
|
||||
@@ -32,8 +31,7 @@ namespace BlackGui
|
||||
/*!
|
||||
* Airline ICAO code form
|
||||
*/
|
||||
class BLACKGUI_EXPORT CAirlineIcaoForm :
|
||||
public CForm
|
||||
class BLACKGUI_EXPORT CAirlineIcaoForm : public CForm
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user