Issue #77 Include style

This commit is contained in:
Mat Sutcliffe
2020-08-19 23:52:28 +01:00
parent ac65dfbaac
commit 2dc86652c2
67 changed files with 122 additions and 126 deletions

View File

@@ -11,7 +11,7 @@
#ifndef BLACKMISC_ALGORITHM_H #ifndef BLACKMISC_ALGORITHM_H
#define BLACKMISC_ALGORITHM_H #define BLACKMISC_ALGORITHM_H
#include "integersequence.h" #include "blackmisc/integersequence.h"
#include <QThreadStorage> #include <QThreadStorage>
#include <QRandomGenerator> #include <QRandomGenerator>

View File

@@ -7,7 +7,7 @@
*/ */
#include "blackmisc/applicationinfolist.h" #include "blackmisc/applicationinfolist.h"
#include "directoryutils.h" #include "blackmisc/directoryutils.h"
#include "blackconfig/buildconfig.h" #include "blackconfig/buildconfig.h"
using namespace BlackConfig; using namespace BlackConfig;

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "appstarttime.h" #include "blackmisc/appstarttime.h"
namespace BlackMisc namespace BlackMisc
{ {

View File

@@ -7,15 +7,13 @@
*/ */
#include "blackmisc/audio/audiosettings.h" #include "blackmisc/audio/audiosettings.h"
#include "blackmisc/directoryutils.h"
#include "blackmisc/fileutils.h"
#include <QChar> #include <QChar>
#include <QtGlobal> #include <QtGlobal>
#include <QStringBuilder> #include <QStringBuilder>
#include <QDir> #include <QDir>
#include "blackmisc/directoryutils.h"
#include "blackmisc/fileutils.h"
using namespace BlackMisc::Audio; using namespace BlackMisc::Audio;
namespace BlackMisc namespace BlackMisc

View File

@@ -6,9 +6,9 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "cachesettingsutils.h" #include "blackmisc/cachesettingsutils.h"
#include "settingscache.h" #include "blackmisc/settingscache.h"
#include "datacache.h" #include "blackmisc/datacache.h"
#include <QRegularExpression> #include <QRegularExpression>
namespace BlackMisc namespace BlackMisc

View File

@@ -12,7 +12,7 @@
#define BLACKMISC_CACHESETTINGSUTILS_H #define BLACKMISC_CACHESETTINGSUTILS_H
#include "blackmisc/applicationinfo.h" #include "blackmisc/applicationinfo.h"
#include "blackmiscexport.h" #include "blackmisc/blackmiscexport.h"
#include <QString> #include <QString>
namespace BlackMisc namespace BlackMisc

View File

@@ -11,9 +11,9 @@
#ifndef BLACKMISC_COLLECTION_H #ifndef BLACKMISC_COLLECTION_H
#define BLACKMISC_COLLECTION_H #define BLACKMISC_COLLECTION_H
#include "containerbase.h" #include "blackmisc/containerbase.h"
#include "datastream.h" #include "blackmisc/datastream.h"
#include "icon.h" #include "blackmisc/icon.h"
#include <QMap> #include <QMap>
#include <algorithm> #include <algorithm>
#include <type_traits> #include <type_traits>

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "comparefunctions.h" #include "blackmisc/comparefunctions.h"
namespace BlackMisc namespace BlackMisc
{ {

View File

@@ -6,11 +6,11 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "compressutils.h" #include "blackmisc/compressutils.h"
#include "blackmisc/fileutils.h"
#include "blackmisc/directoryutils.h"
#include "blackmisc/stringutils.h"
#include "blackconfig/buildconfig.h" #include "blackconfig/buildconfig.h"
#include "fileutils.h"
#include "directoryutils.h"
#include "stringutils.h"
#include <QFileInfo> #include <QFileInfo>
#include <QProcess> #include <QProcess>

View File

@@ -11,11 +11,11 @@
#ifndef BLACKMISC_CONTAINERBASE_H #ifndef BLACKMISC_CONTAINERBASE_H
#define BLACKMISC_CONTAINERBASE_H #define BLACKMISC_CONTAINERBASE_H
#include "range.h" #include "blackmisc/range.h"
#include "predicates.h" #include "blackmisc/predicates.h"
#include "json.h" #include "blackmisc/json.h"
#include "variant.h" #include "blackmisc/variant.h"
#include "dbus.h" #include "blackmisc/dbus.h"
#include <algorithm> #include <algorithm>
#include <QStringList> #include <QStringList>

View File

@@ -6,13 +6,12 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "crashhandler.h" #include "blackmisc/crashhandler.h"
#include "blackconfig/buildconfig.h"
#include "blackmisc/appstarttime.h" #include "blackmisc/appstarttime.h"
#include "blackmisc/directoryutils.h" #include "blackmisc/directoryutils.h"
#include "blackmisc/logmessage.h" #include "blackmisc/logmessage.h"
#include "blackmisc/filelogger.h" #include "blackmisc/filelogger.h"
#include "blackconfig/buildconfig.h"
#include <QCoreApplication> #include <QCoreApplication>
#include <QFileInfo> #include <QFileInfo>

View File

@@ -7,7 +7,7 @@
*/ */
#include "blackmisc/crashinfo.h" #include "blackmisc/crashinfo.h"
#include "fileutils.h" #include "blackmisc/fileutils.h"
#include <QFile> #include <QFile>
#include <QStringBuilder> #include <QStringBuilder>

View File

@@ -8,8 +8,8 @@
//! \cond PRIVATE //! \cond PRIVATE
#include "blackmisc/atomicfile.h"
#include "blackmisc/datacache.h" #include "blackmisc/datacache.h"
#include "blackmisc/atomicfile.h"
#include "blackmisc/directoryutils.h" #include "blackmisc/directoryutils.h"
#include "blackmisc/identifier.h" #include "blackmisc/identifier.h"
#include "blackmisc/logmessage.h" #include "blackmisc/logmessage.h"

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "dbus.h" #include "blackmisc/dbus.h"
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
#include <QDBusConnection> #include <QDBusConnection>

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "dbusutils.h" #include "blackmisc/dbusutils.h"
#include "blackmisc/simulation/simulatedaircraftlist.h" #include "blackmisc/simulation/simulatedaircraftlist.h"
#include "blackmisc/aviation/airport.h" #include "blackmisc/aviation/airport.h"
#include <QString> #include <QString>

View File

@@ -6,8 +6,8 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "digestsignal.h" #include "blackmisc/digestsignal.h"
#include "threadutils.h" #include "blackmisc/threadutils.h"
#include <QPointer> #include <QPointer>
namespace BlackMisc namespace BlackMisc

View File

@@ -7,7 +7,7 @@
*/ */
#include "blackmisc/directories.h" #include "blackmisc/directories.h"
#include "directoryutils.h" #include "blackmisc/directoryutils.h"
#include <QFileInfo> #include <QFileInfo>
#include <QDir> #include <QDir>

View File

@@ -8,10 +8,10 @@
//! \cond PRIVATE //! \cond PRIVATE
#include "directoryutils.h" #include "blackmisc/directoryutils.h"
#include "fileutils.h" #include "blackmisc/fileutils.h"
#include "stringutils.h" #include "blackmisc/stringutils.h"
#include "range.h" #include "blackmisc/range.h"
#include "blackconfig/buildconfig.h" #include "blackconfig/buildconfig.h"
#include <QCoreApplication> #include <QCoreApplication>
#include <QDir> #include <QDir>

View File

@@ -11,8 +11,8 @@
#ifndef BLACKMISC_DIRECTORYUTILS_H #ifndef BLACKMISC_DIRECTORYUTILS_H
#define BLACKMISC_DIRECTORYUTILS_H #define BLACKMISC_DIRECTORYUTILS_H
#include "applicationinfo.h" #include "blackmisc/applicationinfo.h"
#include "blackmiscexport.h" #include "blackmisc/blackmiscexport.h"
#include <QMap> #include <QMap>
#include <QSet> #include <QSet>
#include <QString> #include <QString>

View File

@@ -6,11 +6,11 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "blackconfig/buildconfig.h"
#include "blackmisc/appstarttime.h"
#include "blackmisc/filelogger.h" #include "blackmisc/filelogger.h"
#include "blackmisc/appstarttime.h"
#include "blackmisc/loghandler.h" #include "blackmisc/loghandler.h"
#include "blackmisc/directoryutils.h" #include "blackmisc/directoryutils.h"
#include "blackconfig/buildconfig.h"
#include <QCoreApplication> #include <QCoreApplication>
#include <QDateTime> #include <QDateTime>

View File

@@ -6,10 +6,10 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "blackmisc/fileutils.h"
#include "blackmisc/network/networkutils.h" #include "blackmisc/network/networkutils.h"
#include "blackmisc/math/mathutils.h" #include "blackmisc/math/mathutils.h"
#include "blackmisc/worker.h" #include "blackmisc/worker.h"
#include "blackmisc/fileutils.h"
#include "blackmisc/directoryutils.h" #include "blackmisc/directoryutils.h"
#include "blackconfig/buildconfig.h" #include "blackconfig/buildconfig.h"

View File

@@ -11,7 +11,7 @@
#ifndef BLACKMISC_GENERICDBUSINTERFACE_H #ifndef BLACKMISC_GENERICDBUSINTERFACE_H
#define BLACKMISC_GENERICDBUSINTERFACE_H #define BLACKMISC_GENERICDBUSINTERFACE_H
#include "logmessage.h" #include "blackmisc/logmessage.h"
#include "blackmisc/promise.h" #include "blackmisc/promise.h"
#include <QDBusAbstractInterface> #include <QDBusAbstractInterface>
#include <QDBusPendingCall> #include <QDBusPendingCall>

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "htmlutils.h" #include "blackmisc/htmlutils.h"
#include <QStringBuilder> #include <QStringBuilder>
namespace BlackMisc namespace BlackMisc

View File

@@ -6,9 +6,9 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "blackmisc/iconlist.h"
#include "blackmisc/containerbase.h" #include "blackmisc/containerbase.h"
#include "blackmisc/dbus.h" #include "blackmisc/dbus.h"
#include "blackmisc/iconlist.h"
#include "blackmisc/range.h" #include "blackmisc/range.h"
#include "blackmisc/variant.h" #include "blackmisc/variant.h"
#include <QDBusMetaType> #include <QDBusMetaType>

View File

@@ -8,9 +8,9 @@
//! \cond PRIVATE //! \cond PRIVATE
#include "blackmisc/icons.h"
#include "blackmisc/directoryutils.h" #include "blackmisc/directoryutils.h"
#include "blackmisc/fileutils.h" #include "blackmisc/fileutils.h"
#include "blackmisc/icons.h"
#include "blackmisc/threadutils.h" #include "blackmisc/threadutils.h"
#include <QIcon> #include <QIcon>

View File

@@ -6,8 +6,8 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "blackmisc/compare.h"
#include "blackmisc/identifierlist.h" #include "blackmisc/identifierlist.h"
#include "blackmisc/compare.h"
#include <QString> #include <QString>
#include <tuple> #include <tuple>

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "imageutils.h" #include "blackmisc/imageutils.h"
#include "blackmisc/stringutils.h" #include "blackmisc/stringutils.h"
#include <QBuffer> #include <QBuffer>

View File

@@ -11,7 +11,7 @@
#ifndef BLACKMISC_INHERITANCE_TRAITS_H #ifndef BLACKMISC_INHERITANCE_TRAITS_H
#define BLACKMISC_INHERITANCE_TRAITS_H #define BLACKMISC_INHERITANCE_TRAITS_H
#include "typetraits.h" #include "blackmisc/typetraits.h"
#include <QMetaType> #include <QMetaType>
#include <type_traits> #include <type_traits>

View File

@@ -11,8 +11,8 @@
#ifndef BLACKMISC_ITERATOR_H #ifndef BLACKMISC_ITERATOR_H
#define BLACKMISC_ITERATOR_H #define BLACKMISC_ITERATOR_H
#include "optional.h" #include "blackmisc/optional.h"
#include "typetraits.h" #include "blackmisc/typetraits.h"
#include <algorithm> #include <algorithm>
#include <type_traits> #include <type_traits>
#include <iterator> #include <iterator>

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "json.h" #include "blackmisc/json.h"
#include "blackmisc/imageutils.h" #include "blackmisc/imageutils.h"
#include "blackmisc/stringutils.h" #include "blackmisc/stringutils.h"

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "librarypath.h" #include "blackmisc/librarypath.h"
#include <QtGlobal> #include <QtGlobal>
#include <QString> #include <QString>
#include <vector> #include <vector>

View File

@@ -11,7 +11,7 @@
#ifndef BLACKMISC_LIBRARYPATH_H #ifndef BLACKMISC_LIBRARYPATH_H
#define BLACKMISC_LIBRARYPATH_H #define BLACKMISC_LIBRARYPATH_H
#include "blackmiscexport.h" #include "blackmisc/blackmiscexport.h"
namespace BlackMisc namespace BlackMisc
{ {

View File

@@ -6,10 +6,10 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "blackmisc/logcategorylist.h"
#include "blackmisc/containerbase.h" #include "blackmisc/containerbase.h"
#include "blackmisc/dbus.h" #include "blackmisc/dbus.h"
#include "blackmisc/iterator.h" #include "blackmisc/iterator.h"
#include "blackmisc/logcategorylist.h"
#include "blackmisc/range.h" #include "blackmisc/range.h"
#include "blackmisc/variant.h" #include "blackmisc/variant.h"

View File

@@ -8,10 +8,10 @@
//! \cond PRIVATE //! \cond PRIVATE
#include "blackmisc/loghandler.h"
#include "blackmisc/algorithm.h" #include "blackmisc/algorithm.h"
#include "blackmisc/compare.h" #include "blackmisc/compare.h"
#include "blackmisc/crashhandler.h" #include "blackmisc/crashhandler.h"
#include "blackmisc/loghandler.h"
#include "blackmisc/worker.h" #include "blackmisc/worker.h"
#include "blackconfig/buildconfig.h" #include "blackconfig/buildconfig.h"

View File

@@ -8,7 +8,7 @@
//! \cond PRIVATE //! \cond PRIVATE
#include "logmessage.h" #include "blackmisc/logmessage.h"
namespace BlackMisc namespace BlackMisc
{ {

View File

@@ -11,11 +11,11 @@
//! \file //! \file
#include "blackmiscexport.h" #include "blackmisc/blackmiscexport.h"
#include "statusmessagelist.h" #include "blackmisc/statusmessagelist.h"
#include "statusmessage.h" #include "blackmisc/statusmessage.h"
#include "logcategorylist.h" #include "blackmisc/logcategorylist.h"
#include "integersequence.h" #include "blackmisc/integersequence.h"
#include <QDebug> #include <QDebug>
#include <QLoggingCategory> #include <QLoggingCategory>
#include <QList> #include <QList>

View File

@@ -6,9 +6,9 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "blackmisc/logpattern.h"
#include "blackmisc/logcategory.h" #include "blackmisc/logcategory.h"
#include "blackmisc/logcategorylist.h" #include "blackmisc/logcategorylist.h"
#include "blackmisc/logpattern.h"
#include "blackmisc/sequence.h" #include "blackmisc/sequence.h"
#include <QHash> #include <QHash>

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "metadatautils.h" #include "blackmisc/metadatautils.h"
#include <QMetaType> #include <QMetaType>
#include <QMetaObject> #include <QMetaObject>

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "ecosystem.h" #include "blackmisc/network/ecosystem.h"
#include "blackmisc/icon.h" #include "blackmisc/icon.h"
#include "blackmisc/verify.h" #include "blackmisc/verify.h"
#include "blackmisc/comparefunctions.h" #include "blackmisc/comparefunctions.h"

View File

@@ -6,8 +6,8 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "blackmisc/comparefunctions.h"
#include "blackmisc/nullable.h" #include "blackmisc/nullable.h"
#include "blackmisc/comparefunctions.h"
#include "blackmisc/verify.h" #include "blackmisc/verify.h"
namespace BlackMisc namespace BlackMisc

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "obfuscation.h" #include "blackmisc/obfuscation.h"
#include "blackmisc/thirdparty/simplecrypt.h" #include "blackmisc/thirdparty/simplecrypt.h"
#include <QStringBuilder> #include <QStringBuilder>

View File

@@ -11,7 +11,7 @@
#ifndef BLACKMISC_OBFUSCATION_H #ifndef BLACKMISC_OBFUSCATION_H
#define BLACKMISC_OBFUSCATION_H #define BLACKMISC_OBFUSCATION_H
#include "blackmiscexport.h" #include "blackmisc/blackmiscexport.h"
#include <QString> #include <QString>
namespace BlackMisc namespace BlackMisc

View File

@@ -6,8 +6,8 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "blackmisc/comparefunctions.h"
#include "blackmisc/orderable.h" #include "blackmisc/orderable.h"
#include "blackmisc/comparefunctions.h"
#include "blackmisc/variant.h" #include "blackmisc/variant.h"
#include "blackmisc/verify.h" #include "blackmisc/verify.h"

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "platform.h" #include "blackmisc/platform.h"
#include "blackmisc/icons.h" #include "blackmisc/icons.h"
#include "blackmisc/stringutils.h" #include "blackmisc/stringutils.h"
#include "blackmisc/comparefunctions.h" #include "blackmisc/comparefunctions.h"

View File

@@ -12,7 +12,6 @@
#define BLACKMISC_PLATFORM_H #define BLACKMISC_PLATFORM_H
#include "blackmisc/blackmiscexport.h" #include "blackmisc/blackmiscexport.h"
#include "blackmisc/db/datastore.h"
#include "blackmisc/icon.h" #include "blackmisc/icon.h"
#include "blackmisc/metaclass.h" #include "blackmisc/metaclass.h"
#include "blackmisc/propertyindex.h" #include "blackmisc/propertyindex.h"

View File

@@ -8,7 +8,7 @@
//! \cond PRIVATE //! \cond PRIVATE
#include "platformset.h" #include "blackmisc/platformset.h"
#include "blackmisc/containerbase.h" #include "blackmisc/containerbase.h"
#include "blackmisc/dbus.h" #include "blackmisc/dbus.h"
#include "blackmisc/variant.h" #include "blackmisc/variant.h"

View File

@@ -11,7 +11,7 @@
#ifndef BLACKMISC_PLATFORMSET_H #ifndef BLACKMISC_PLATFORMSET_H
#define BLACKMISC_PLATFORMSET_H #define BLACKMISC_PLATFORMSET_H
#include "platform.h" #include "blackmisc/platform.h"
#include "blackmisc/blackmiscexport.h" #include "blackmisc/blackmiscexport.h"
#include "blackmisc/collection.h" #include "blackmisc/collection.h"
#include "blackmisc/sequence.h" #include "blackmisc/sequence.h"

View File

@@ -11,8 +11,8 @@
#ifndef BLACKMISC_PREDICATES_H #ifndef BLACKMISC_PREDICATES_H
#define BLACKMISC_PREDICATES_H #define BLACKMISC_PREDICATES_H
#include "integersequence.h" #include "blackmisc/integersequence.h"
#include "algorithm.h" #include "blackmisc/algorithm.h"
#include <QObject> #include <QObject>
#include <functional> #include <functional>

View File

@@ -11,7 +11,7 @@
#ifndef BLACKMISC_PROCESS_H #ifndef BLACKMISC_PROCESS_H
#define BLACKMISC_PROCESS_H #define BLACKMISC_PROCESS_H
#include "blackmiscexport.h" #include "blackmisc/blackmiscexport.h"
#include <QProcess> #include <QProcess>
namespace BlackMisc namespace BlackMisc

View File

@@ -8,8 +8,8 @@
//! \cond PRIVATE //! \cond PRIVATE
#include "blackmisc/dictionary.h"
#include "blackmisc/propertyindexvariantmap.h" #include "blackmisc/propertyindexvariantmap.h"
#include "blackmisc/dictionary.h"
#include <QHash> #include <QHash>
#include <tuple> #include <tuple>

View File

@@ -11,11 +11,11 @@
#ifndef BLACKMISC_RANGE_H #ifndef BLACKMISC_RANGE_H
#define BLACKMISC_RANGE_H #define BLACKMISC_RANGE_H
#include "blackmiscexport.h" #include "blackmisc/blackmiscexport.h"
#include "iterator.h" #include "blackmisc/iterator.h"
#include "predicates.h" #include "blackmisc/predicates.h"
#include "algorithm.h" #include "blackmisc/algorithm.h"
#include "typetraits.h" #include "blackmisc/typetraits.h"
#include <QtGlobal> #include <QtGlobal>
#include <QDebug> #include <QDebug>
#include <algorithm> #include <algorithm>

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "registermetadata.h" #include "blackmisc/registermetadata.h"
#include "blackmisc/simulation/registermetadatasimulation.h" #include "blackmisc/simulation/registermetadatasimulation.h"
#include "blackmisc/weather/registermetadataweather.h" #include "blackmisc/weather/registermetadataweather.h"
#include "blackmisc/network/registermetadatanetwork.h" #include "blackmisc/network/registermetadatanetwork.h"

View File

@@ -11,9 +11,9 @@
#ifndef BLACKMISC_SEQUENCE_H #ifndef BLACKMISC_SEQUENCE_H
#define BLACKMISC_SEQUENCE_H #define BLACKMISC_SEQUENCE_H
#include "containerbase.h" #include "blackmisc/containerbase.h"
#include "propertyindex.h" #include "blackmisc/propertyindex.h"
#include "icon.h" #include "blackmisc/icon.h"
#include <QVector> #include <QVector>
#include <algorithm> #include <algorithm>
#include <type_traits> #include <type_traits>

View File

@@ -6,9 +6,9 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "blackmisc/settingscache.h"
#include "blackmisc/directoryutils.h" #include "blackmisc/directoryutils.h"
#include "blackmisc/logmessage.h" #include "blackmisc/logmessage.h"
#include "blackmisc/settingscache.h"
#include <QStandardPaths> #include <QStandardPaths>

View File

@@ -6,9 +6,9 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "blackmisc/simplecommandparser.h"
#include "blackmisc/pq/pqstring.h" #include "blackmisc/pq/pqstring.h"
#include "blackmisc/stringutils.h" #include "blackmisc/stringutils.h"
#include "blackmisc/simplecommandparser.h"
#include <QList> #include <QList>
#include <QSet> #include <QSet>

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "aircraftmatchersetup.h" #include "blackmisc/simulation/aircraftmatchersetup.h"
#include <QStringBuilder> #include <QStringBuilder>
namespace BlackMisc namespace BlackMisc

View File

@@ -6,15 +6,15 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "statusmessage.h" #include "blackmisc/statusmessage.h"
#include "statusexception.h" #include "blackmisc/statusexception.h"
#include "propertyindex.h" #include "blackmisc/propertyindex.h"
#include "iconlist.h" #include "blackmisc/iconlist.h"
#include "loghandler.h" #include "blackmisc/loghandler.h"
#include "logmessage.h" #include "blackmisc/logmessage.h"
#include "comparefunctions.h" #include "blackmisc/comparefunctions.h"
#include "stringutils.h" #include "blackmisc/stringutils.h"
#include "verify.h" #include "blackmisc/verify.h"
#include <QMetaEnum> #include <QMetaEnum>
#include <QStringBuilder> #include <QStringBuilder>

View File

@@ -11,14 +11,14 @@
#ifndef BLACKMISC_STATUSMESSAGE_H #ifndef BLACKMISC_STATUSMESSAGE_H
#define BLACKMISC_STATUSMESSAGE_H #define BLACKMISC_STATUSMESSAGE_H
#include "logcategorylist.h" #include "blackmisc/logcategorylist.h"
#include "timestampbased.h" #include "blackmisc/timestampbased.h"
#include "orderable.h" #include "blackmisc/orderable.h"
#include "icon.h" #include "blackmisc/icon.h"
#include "propertyindex.h" #include "blackmisc/propertyindex.h"
#include "stringutils.h" #include "blackmisc/stringutils.h"
#include "typetraits.h" #include "blackmisc/typetraits.h"
#include "blackmiscexport.h" #include "blackmisc/blackmiscexport.h"
#include <QReadWriteLock> #include <QReadWriteLock>

View File

@@ -8,9 +8,9 @@
//! \cond PRIVATE //! \cond PRIVATE
#include "blackmisc/statusmessagelist.h"
#include "blackmisc/compare.h" #include "blackmisc/compare.h"
#include "blackmisc/range.h" #include "blackmisc/range.h"
#include "blackmisc/statusmessagelist.h"
#include <QJsonObject> #include <QJsonObject>
#include <QJsonValue> #include <QJsonValue>

View File

@@ -8,7 +8,7 @@
//! \cond PRIVATE //! \cond PRIVATE
#include "stringutils.h" #include "blackmisc/stringutils.h"
#include <QChar> #include <QChar>
#include <QTextCodec> #include <QTextCodec>
#include <QStringBuilder> #include <QStringBuilder>

View File

@@ -6,8 +6,8 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "blackmisc/comparefunctions.h"
#include "blackmisc/timestampbased.h" #include "blackmisc/timestampbased.h"
#include "blackmisc/comparefunctions.h"
#include "blackmisc/stringutils.h" #include "blackmisc/stringutils.h"
#include "blackmisc/variant.h" #include "blackmisc/variant.h"
#include "blackmisc/verify.h" #include "blackmisc/verify.h"

View File

@@ -8,6 +8,7 @@
//! \cond PRIVATE //! \cond PRIVATE
#include "blackmisc/timestampobjectlist.h"
#include "blackmisc/aviation/aircraftsituationlist.h" #include "blackmisc/aviation/aircraftsituationlist.h"
#include "blackmisc/aviation/aircraftpartslist.h" #include "blackmisc/aviation/aircraftpartslist.h"
#include "blackmisc/aviation/aircraftsituationchangelist.h" #include "blackmisc/aviation/aircraftsituationchangelist.h"
@@ -27,7 +28,6 @@
#include "blackmisc/simulation/distributorlist.h" #include "blackmisc/simulation/distributorlist.h"
#include "blackmisc/simulation/matchingstatistics.h" #include "blackmisc/simulation/matchingstatistics.h"
#include "blackmisc/statusmessagelist.h" #include "blackmisc/statusmessagelist.h"
#include "blackmisc/timestampobjectlist.h"
#include "blackmisc/predicates.h" #include "blackmisc/predicates.h"
#include "blackmisc/identifierlist.h" #include "blackmisc/identifierlist.h"
#include "blackmisc/countrylist.h" #include "blackmisc/countrylist.h"

View File

@@ -11,17 +11,17 @@
#ifndef BLACKMISC_VALUEOBJECT_H #ifndef BLACKMISC_VALUEOBJECT_H
#define BLACKMISC_VALUEOBJECT_H #define BLACKMISC_VALUEOBJECT_H
#include "blackmiscexport.h" #include "blackmisc/blackmiscexport.h"
#include "dbus.h" #include "blackmisc/dbus.h"
#include "datastream.h" #include "blackmisc/datastream.h"
#include "metaclass.h" #include "blackmisc/metaclass.h"
#include "json.h" #include "blackmisc/json.h"
#include "compare.h" #include "blackmisc/compare.h"
#include "variant.h" #include "blackmisc/variant.h"
#include "propertyindexvariantmap.h" #include "blackmisc/propertyindexvariantmap.h"
#include "iconlist.h" #include "blackmisc/iconlist.h"
#include "dictionary.h" #include "blackmisc/dictionary.h"
#include "stringutils.h" #include "blackmisc/stringutils.h"
#include <QtDBus/QDBusMetaType> #include <QtDBus/QDBusMetaType>
#include <QString> #include <QString>

View File

@@ -8,6 +8,7 @@
//! \cond PRIVATE //! \cond PRIVATE
#include "blackmisc/variant.h"
#include "blackmisc/imageutils.h" #include "blackmisc/imageutils.h"
#include "blackmisc/dictionary.h" #include "blackmisc/dictionary.h"
#include "blackmisc/icon.h" #include "blackmisc/icon.h"
@@ -15,7 +16,6 @@
#include "blackmisc/propertyindex.h" #include "blackmisc/propertyindex.h"
#include "blackmisc/statusmessage.h" #include "blackmisc/statusmessage.h"
#include "blackmisc/variantlist.h" #include "blackmisc/variantlist.h"
#include "blackmisc/variant.h"
#include <QByteArray> #include <QByteArray>
#include <QChar> #include <QChar>

View File

@@ -6,7 +6,7 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "windllutils.h" #include "blackmisc/windllutils.h"
#include <QDir> #include <QDir>
#include <QtGlobal> #include <QtGlobal>
#include <QCoreApplication> #include <QCoreApplication>

View File

@@ -11,7 +11,7 @@
#ifndef BLACKMISC_WINDLLUTILS_H #ifndef BLACKMISC_WINDLLUTILS_H
#define BLACKMISC_WINDLLUTILS_H #define BLACKMISC_WINDLLUTILS_H
#include "blackmiscexport.h" #include "blackmisc/blackmiscexport.h"
#include <QString> #include <QString>
namespace BlackMisc namespace BlackMisc

View File

@@ -6,8 +6,8 @@
* or distributed except according to the terms contained in the LICENSE file. * or distributed except according to the terms contained in the LICENSE file.
*/ */
#include "blackmisc/threadutils.h"
#include "blackmisc/worker.h" #include "blackmisc/worker.h"
#include "blackmisc/threadutils.h"
#include "blackmisc/verify.h" #include "blackmisc/verify.h"
#include "blackmisc/logmessage.h" #include "blackmisc/logmessage.h"