mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-21 18:22:29 +01:00
Sort includes
This commit is contained in:
parent
4ad3b14c31
commit
36839dad26
@ -56,10 +56,8 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "ScreenPlay/createimportvideo.h"
|
||||
#include "ScreenPlay/globalvariables.h"
|
||||
#include "ScreenPlay/util.h"
|
||||
#include "ScreenPlayUtil/util.h"
|
||||
#include "ScreenPlay/createimportvideo.h"
|
||||
|
||||
namespace ScreenPlay {
|
||||
|
||||
|
@ -48,9 +48,10 @@
|
||||
#include <QScopeGuard>
|
||||
#include <QString>
|
||||
#include <QtMath>
|
||||
#include <QQmlEngine>
|
||||
#include <QThread>
|
||||
|
||||
#include "ScreenPlay/createimportstates.h"
|
||||
#include "ScreenPlay/util.h"
|
||||
|
||||
namespace ScreenPlay {
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
#include <QUrl>
|
||||
#include <QVersionNumber>
|
||||
|
||||
#include "ScreenPlayUtil/contenttypes.h"
|
||||
#include <QQmlEngine>
|
||||
|
||||
namespace ScreenPlay {
|
||||
|
||||
|
@ -49,8 +49,6 @@
|
||||
#include "screenplaywallpaper.h"
|
||||
#include "screenplaywidget.h"
|
||||
#include "settings.h"
|
||||
#include "util.h"
|
||||
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
|
||||
|
@ -45,7 +45,6 @@
|
||||
#include "ScreenPlay/projectsettingslistmodel.h"
|
||||
#include "ScreenPlay/sdkconnection.h"
|
||||
#include "ScreenPlay/settings.h"
|
||||
#include "ScreenPlay/util.h"
|
||||
|
||||
namespace ScreenPlay {
|
||||
|
||||
|
@ -67,9 +67,6 @@
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <qt_windows.h>
|
||||
#endif
|
||||
|
||||
namespace ScreenPlay {
|
||||
class ActiveProfile;
|
||||
|
@ -34,6 +34,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QMetaType>
|
||||
#include <QApplication>
|
||||
#include <QClipboard>
|
||||
#include <QCoreApplication>
|
||||
@ -51,9 +52,10 @@
|
||||
#include <QTextStream>
|
||||
#include <QVersionNumber>
|
||||
#include <QtConcurrent/QtConcurrent>
|
||||
#include <qqml.h>
|
||||
#include <QQmlEngine>
|
||||
|
||||
#include "ScreenPlay/globalvariables.h"
|
||||
#include "ScreenPlayUtil/contenttypes.h"
|
||||
#include "ScreenPlayUtil/util.h"
|
||||
|
||||
#include "qarchive_enums.hpp"
|
||||
|
@ -1,4 +1,7 @@
|
||||
#include "ScreenPlay/create.h"
|
||||
#include "ScreenPlay/util.h"
|
||||
#include "ScreenPlayUtil/util.h"
|
||||
|
||||
|
||||
namespace ScreenPlay {
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
#include "ScreenPlay/screenplaywallpaper.h"
|
||||
|
||||
#include "util.h"
|
||||
|
||||
namespace ScreenPlay {
|
||||
|
||||
/*!
|
||||
|
@ -3,6 +3,11 @@
|
||||
#include "ScreenPlayUtil/util.h"
|
||||
#include <QFileInfo>
|
||||
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <qt_windows.h>
|
||||
#endif
|
||||
|
||||
namespace ScreenPlay {
|
||||
|
||||
/*!
|
||||
|
@ -51,7 +51,6 @@
|
||||
|
||||
class ScreenPlaySDK : public QObject {
|
||||
Q_OBJECT
|
||||
QML_UNCREATABLE("")
|
||||
|
||||
public:
|
||||
ScreenPlaySDK(const QString& appID, const QString& type);
|
||||
|
@ -39,7 +39,6 @@
|
||||
#if defined(Q_OS_WIN)
|
||||
// Must be first!
|
||||
#include <qt_windows.h>
|
||||
|
||||
#include "WinUser.h"
|
||||
#include <ShellScalingApi.h>
|
||||
#endif
|
||||
@ -48,6 +47,7 @@
|
||||
#include <QJsonArray>
|
||||
#include <QJsonObject>
|
||||
#include <QMetaEnum>
|
||||
#include <QMetaType>
|
||||
#include <QString>
|
||||
#include <QVersionNumber>
|
||||
#include <cmath>
|
||||
|
@ -51,9 +51,9 @@
|
||||
#include <QWindow>
|
||||
#include <QtQuick/QQuickView>
|
||||
#include <QtQuick/QQuickWindow>
|
||||
#include <QFileSystemWatcher>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <QFileSystemWatcher>
|
||||
#include <qt_windows.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user