From 818987310b829830da7f2b299c12f7c506036a21 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Sun, 16 May 2021 14:19:29 +0200 Subject: [PATCH] Formatting --- ScreenPlay/src/screenplaywidget.h | 2 -- ScreenPlay/src/util.h | 2 +- ScreenPlaySysInfo/ram.cpp | 1 - ScreenPlayUtil/util.cpp | 1 - ScreenPlayUtil/util.h | 4 +--- ScreenPlayWallpaper/src/windowsdesktopproperties.cpp | 1 - ScreenPlayWallpaper/src/winwindow.h | 2 +- 7 files changed, 3 insertions(+), 10 deletions(-) diff --git a/ScreenPlay/src/screenplaywidget.h b/ScreenPlay/src/screenplaywidget.h index 3b6864df..57bf3eec 100644 --- a/ScreenPlay/src/screenplaywidget.h +++ b/ScreenPlay/src/screenplaywidget.h @@ -75,7 +75,6 @@ public: ScreenPlayWidget() { } ~ScreenPlayWidget(); - QString previewImage() const { return m_previewImage; } QPoint position() const { return m_position; } QString absolutePath() const { return m_absolutePath; } @@ -89,7 +88,6 @@ public: public slots: QJsonObject getActiveSettingsJson(); - void setPreviewImage(QString previewImage) { if (m_previewImage == previewImage) diff --git a/ScreenPlay/src/util.h b/ScreenPlay/src/util.h index e6406f51..a967fcb5 100644 --- a/ScreenPlay/src/util.h +++ b/ScreenPlay/src/util.h @@ -53,8 +53,8 @@ #include #include -#include "globalvariables.h" #include "ScreenPlayUtil/util.h" +#include "globalvariables.h" #include #include diff --git a/ScreenPlaySysInfo/ram.cpp b/ScreenPlaySysInfo/ram.cpp index 1fcc54b4..a3e5a6cb 100644 --- a/ScreenPlaySysInfo/ram.cpp +++ b/ScreenPlaySysInfo/ram.cpp @@ -3,7 +3,6 @@ #include #include - /*! \class RAM \inmodule ScreenPlaySysInfo diff --git a/ScreenPlayUtil/util.cpp b/ScreenPlayUtil/util.cpp index dbf6df6e..ecc1fdec 100644 --- a/ScreenPlayUtil/util.cpp +++ b/ScreenPlayUtil/util.cpp @@ -2,5 +2,4 @@ Util::Util() { - } diff --git a/ScreenPlayUtil/util.h b/ScreenPlayUtil/util.h index 55924da1..05865928 100644 --- a/ScreenPlayUtil/util.h +++ b/ScreenPlayUtil/util.h @@ -1,9 +1,7 @@ #ifndef UTIL_H #define UTIL_H - -class Util -{ +class Util { public: Util(); }; diff --git a/ScreenPlayWallpaper/src/windowsdesktopproperties.cpp b/ScreenPlayWallpaper/src/windowsdesktopproperties.cpp index 9f878c7e..e36d102c 100644 --- a/ScreenPlayWallpaper/src/windowsdesktopproperties.cpp +++ b/ScreenPlayWallpaper/src/windowsdesktopproperties.cpp @@ -1,6 +1,5 @@ #include "windowsdesktopproperties.h" - /*! \class WindowsDesktopProperties \inmodule ScreenPlayWallpaper diff --git a/ScreenPlayWallpaper/src/winwindow.h b/ScreenPlayWallpaper/src/winwindow.h index c17595a5..abb808f2 100644 --- a/ScreenPlayWallpaper/src/winwindow.h +++ b/ScreenPlayWallpaper/src/winwindow.h @@ -63,7 +63,7 @@ public: const QString& projectFilePath, const QString& appID, const QString& volume, - const QString& fillmode, const QString &type, + const QString& fillmode, const QString& type, const bool checkWallpaperVisible, const bool debugMode = false);