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