mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-05 02:22:28 +01:00
Formatting
This commit is contained in:
parent
766c793994
commit
818987310b
@ -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)
|
||||
|
@ -53,8 +53,8 @@
|
||||
#include <QtConcurrent/QtConcurrent>
|
||||
#include <qqml.h>
|
||||
|
||||
#include "globalvariables.h"
|
||||
#include "ScreenPlayUtil/util.h"
|
||||
#include "globalvariables.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
@ -3,7 +3,6 @@
|
||||
#include <QtQml/qqml.h>
|
||||
#include <qmetatype.h>
|
||||
|
||||
|
||||
/*!
|
||||
\class RAM
|
||||
\inmodule ScreenPlaySysInfo
|
||||
|
@ -2,5 +2,4 @@
|
||||
|
||||
Util::Util()
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -1,9 +1,7 @@
|
||||
#ifndef UTIL_H
|
||||
#define UTIL_H
|
||||
|
||||
|
||||
class Util
|
||||
{
|
||||
class Util {
|
||||
public:
|
||||
Util();
|
||||
};
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include "windowsdesktopproperties.h"
|
||||
|
||||
|
||||
/*!
|
||||
\class WindowsDesktopProperties
|
||||
\inmodule ScreenPlayWallpaper
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user