mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Formatting, fixed includes, minor tweaks
This commit is contained in:
committed by
Mathew Sutcliffe
parent
5223d2fbd8
commit
fd8cd9a42a
@@ -10,6 +10,9 @@
|
||||
#include "blackmisc/aviation/callsign.h"
|
||||
#include "blackmisc/iconlist.h"
|
||||
|
||||
#include <QThreadStorage>
|
||||
#include <QRegularExpression>
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
#include <QObject>
|
||||
#include <QMap>
|
||||
#include <QPointer>
|
||||
#include <QThread>
|
||||
#include <QMetaMethod>
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
QString CSampleUtils::selectDirectory(const QStringList &directoryOptions, QTextStream &streamOut, QTextStream &streamIn)
|
||||
{
|
||||
Q_ASSERT(!directoryOptions.isEmpty());
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
#include "airspaceaircraftsnapshot.h"
|
||||
#include <QThread>
|
||||
|
||||
using namespace BlackMisc::Aviation;
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
|
||||
@@ -25,7 +25,6 @@ namespace BlackMisc
|
||||
//! Those are set up at runtime and represent information about the simulator (like a small registry)
|
||||
class BLACKMISC_EXPORT CSimulatorSetup : public CValueObject<CSimulatorSetup>
|
||||
{
|
||||
|
||||
public:
|
||||
//! Specific values
|
||||
enum ColumnIndex
|
||||
|
||||
Reference in New Issue
Block a user