mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-05 09:45:44 +08:00
Formatting
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
#include <QScopedPointer>
|
#include <QScopedPointer>
|
||||||
|
|
||||||
class QWidget;
|
class QWidget;
|
||||||
|
|
||||||
namespace BlackMisc { namespace Aviation { class CAircraftIcaoCode; } }
|
namespace BlackMisc { namespace Aviation { class CAircraftIcaoCode; } }
|
||||||
namespace Ui { class CDbAircraftIcaoComponent; }
|
namespace Ui { class CDbAircraftIcaoComponent; }
|
||||||
namespace BlackGui
|
namespace BlackGui
|
||||||
@@ -44,7 +45,7 @@ namespace BlackGui
|
|||||||
explicit CDbAircraftIcaoComponent(QWidget *parent = nullptr);
|
explicit CDbAircraftIcaoComponent(QWidget *parent = nullptr);
|
||||||
|
|
||||||
//! Destructor
|
//! Destructor
|
||||||
~CDbAircraftIcaoComponent();
|
virtual ~CDbAircraftIcaoComponent();
|
||||||
|
|
||||||
//! Get the view
|
//! Get the view
|
||||||
BlackGui::Views::CAircraftIcaoCodeView *view() const;
|
BlackGui::Views::CAircraftIcaoCodeView *view() const;
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "blackgui/models/modelfilter.h"
|
#include "blackgui/models/modelfilter.h"
|
||||||
|
|
||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
|
|
||||||
namespace BlackGui
|
namespace BlackGui
|
||||||
@@ -52,7 +51,7 @@ namespace BlackGui
|
|||||||
}
|
}
|
||||||
|
|
||||||
// should never happen
|
// should never happen
|
||||||
Q_ASSERT(false);
|
qFatal("Illegal state");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user