From d1b4896c0a51e045240a3fcfaf56a204e1ce837c Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Sun, 20 Feb 2022 17:59:00 +0100 Subject: [PATCH] Formatting --- ScreenPlay/src/wizards.cpp | 1 + ScreenPlayShader/src/shaderlibrary.h | 2 +- ScreenPlaySysInfo/src/cpu.h | 2 +- ScreenPlaySysInfo/src/ram.h | 2 +- ScreenPlaySysInfo/src/storage.h | 2 +- ScreenPlayUtil/inc/public/ScreenPlayUtil/util.h | 4 ++-- ScreenPlayWallpaper/main.cpp | 1 - 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ScreenPlay/src/wizards.cpp b/ScreenPlay/src/wizards.cpp index fbfaeed4..45f84df0 100644 --- a/ScreenPlay/src/wizards.cpp +++ b/ScreenPlay/src/wizards.cpp @@ -31,6 +31,7 @@ void Wizards::createQMLWidget(const QString& title, const QString& previewThumbnail, const QVector& tags) { + QtConcurrent::run([=]() { std::optional folderName = createTemporaryFolder(); diff --git a/ScreenPlayShader/src/shaderlibrary.h b/ScreenPlayShader/src/shaderlibrary.h index f17ba63b..2ce89918 100644 --- a/ScreenPlayShader/src/shaderlibrary.h +++ b/ScreenPlayShader/src/shaderlibrary.h @@ -1,10 +1,10 @@ #pragma once #include +#include #include #include #include -#include class Shader : public QObject { Q_OBJECT diff --git a/ScreenPlaySysInfo/src/cpu.h b/ScreenPlaySysInfo/src/cpu.h index 06704f98..e65f6838 100644 --- a/ScreenPlaySysInfo/src/cpu.h +++ b/ScreenPlaySysInfo/src/cpu.h @@ -36,9 +36,9 @@ #include #include +#include #include #include -#include #ifdef Q_OS_WIN #include diff --git a/ScreenPlaySysInfo/src/ram.h b/ScreenPlaySysInfo/src/ram.h index d5c80e00..15082cb4 100644 --- a/ScreenPlaySysInfo/src/ram.h +++ b/ScreenPlaySysInfo/src/ram.h @@ -36,8 +36,8 @@ #include #include -#include #include +#include #ifdef Q_OS_WIN #include diff --git a/ScreenPlaySysInfo/src/storage.h b/ScreenPlaySysInfo/src/storage.h index 25cce9b1..4b6dd1eb 100644 --- a/ScreenPlaySysInfo/src/storage.h +++ b/ScreenPlaySysInfo/src/storage.h @@ -36,10 +36,10 @@ #include #include +#include #include #include #include -#include class Storage : public QAbstractListModel { Q_OBJECT diff --git a/ScreenPlayUtil/inc/public/ScreenPlayUtil/util.h b/ScreenPlayUtil/inc/public/ScreenPlayUtil/util.h index 53eda37b..927f939e 100644 --- a/ScreenPlayUtil/inc/public/ScreenPlayUtil/util.h +++ b/ScreenPlayUtil/inc/public/ScreenPlayUtil/util.h @@ -47,11 +47,11 @@ #include "ScreenPlayUtil/contenttypes.h" #include #include +#include #include #include -#include -#include #include +#include namespace ScreenPlayUtil { #if defined(Q_OS_WIN) diff --git a/ScreenPlayWallpaper/main.cpp b/ScreenPlayWallpaper/main.cpp index 4b39b904..88168063 100644 --- a/ScreenPlayWallpaper/main.cpp +++ b/ScreenPlayWallpaper/main.cpp @@ -15,7 +15,6 @@ #include "src/macwindow.h" #endif - Q_IMPORT_QML_PLUGIN(ScreenPlayWeatherPlugin) Q_IMPORT_QML_PLUGIN(ScreenPlaySysInfoPlugin)