mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Style
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/aviation/modulator.h"
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
namespace BlackMisc
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#ifndef BLACKMISC_AVIATION_AIRCRAFTPARTSLIST_H
|
||||
#define BLACKMISC_AVIATION_AIRCRAFTPARTSLIST_H
|
||||
|
||||
#include "aircraftparts.h"
|
||||
#include "blackmisc/aviation/aircraftparts.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/collection.h"
|
||||
#include "blackmisc/sequence.h"
|
||||
|
||||
@@ -25,14 +25,8 @@ class QStringList;
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace PhysicalQuantities
|
||||
{
|
||||
class CFrequency;
|
||||
}
|
||||
}
|
||||
namespace PhysicalQuantities { class CFrequency; }
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
/*!
|
||||
|
||||
@@ -21,10 +21,7 @@ namespace BlackMisc
|
||||
{
|
||||
class CStatusMessageList;
|
||||
|
||||
namespace Simulation
|
||||
{
|
||||
class CAircraftModelList;
|
||||
}
|
||||
namespace Simulation { class CAircraftModelList; }
|
||||
|
||||
/*!
|
||||
* Class with datastore related utilities
|
||||
|
||||
@@ -31,10 +31,7 @@
|
||||
namespace BlackMisc
|
||||
{
|
||||
class CIcon;
|
||||
namespace PhysicalQuantities
|
||||
{
|
||||
class CAngle;
|
||||
}
|
||||
namespace PhysicalQuantities { class CAngle; }
|
||||
|
||||
namespace Mixin
|
||||
{
|
||||
|
||||
@@ -16,13 +16,13 @@
|
||||
|
||||
#include <QIcon>
|
||||
#include <QImage>
|
||||
#include <QMap>
|
||||
#include <QMetaType>
|
||||
#include <QPixmap>
|
||||
#include <QString>
|
||||
#include <Qt>
|
||||
|
||||
class QSize;
|
||||
template <class Key, class T> class QMap;
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
#define BLACKMISC_MATH_MATHUTILS_H
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
|
||||
#include <QtCore/qmath.h>
|
||||
#include <cmath>
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#define BLACKMISC_PREDICATES_H
|
||||
|
||||
#include "integersequence.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <functional>
|
||||
#include <algorithm>
|
||||
|
||||
@@ -19,10 +19,7 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
class CTransponder;
|
||||
}
|
||||
namespace Aviation { class CTransponder; }
|
||||
|
||||
namespace Simulation
|
||||
{
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
#define BLACKMISC_SIMULATION_XPLANE_XPLANEUTIL_H
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
|
||||
#include <QString>
|
||||
|
||||
namespace BlackMisc
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "logcategorylist.h"
|
||||
#include "timestampbased.h"
|
||||
#include "typetraits.h"
|
||||
|
||||
#include <QReadWriteLock>
|
||||
|
||||
namespace BlackMisc
|
||||
|
||||
@@ -47,10 +47,6 @@
|
||||
namespace BlackMisc
|
||||
{
|
||||
class CLogCategoryList;
|
||||
}
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
/*!
|
||||
* Value class used for signalling changed values in the cache.
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "iconlist.h"
|
||||
#include "dictionary.h"
|
||||
#include "stringutils.h"
|
||||
|
||||
#include <QtDBus/QDBusMetaType>
|
||||
#include <QString>
|
||||
#include <QtGlobal>
|
||||
|
||||
@@ -23,10 +23,7 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
class CAltitude;
|
||||
}
|
||||
namespace Aviation { class CAltitude; }
|
||||
|
||||
namespace Weather
|
||||
{
|
||||
|
||||
@@ -24,10 +24,7 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
class CAltitude;
|
||||
}
|
||||
namespace Aviation { class CAltitude; }
|
||||
|
||||
namespace Weather
|
||||
{
|
||||
|
||||
@@ -23,10 +23,7 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
class CAltitude;
|
||||
}
|
||||
namespace Aviation { class CAltitude; }
|
||||
|
||||
namespace Weather
|
||||
{
|
||||
|
||||
@@ -23,10 +23,7 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Geo
|
||||
{
|
||||
class ICoordinateGeodetic;
|
||||
}
|
||||
namespace Geo { class ICoordinateGeodetic; }
|
||||
|
||||
namespace Weather
|
||||
{
|
||||
|
||||
@@ -23,10 +23,7 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
class CAltitude;
|
||||
}
|
||||
namespace Aviation { class CAltitude; }
|
||||
|
||||
namespace Weather
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user