mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
e12dc3a73a
commit
00941afcf9
@@ -33,7 +33,7 @@ namespace BlackGui
|
||||
explicit CAirportListModel(QObject *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CAirportListModel() {}
|
||||
virtual ~CAirportListModel() override {}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ namespace BlackGui
|
||||
explicit CLiveryListModel(QObject *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CLiveryListModel() {}
|
||||
virtual ~CLiveryListModel() override {}
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
#ifndef BLACKMISC_AVIATION_AIRCRAFTENGINES_H
|
||||
#define BLACKMISC_AVIATION_AIRCRAFTENGINES_H
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/metaclass.h"
|
||||
#include "blackmisc/valueobject.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
|
||||
#include <QMetaType>
|
||||
#include <QString>
|
||||
|
||||
Reference in New Issue
Block a user