mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Clang Format and sdl fixes
This commit is contained in:
parent
62d425090e
commit
e9bccb984c
@ -2,7 +2,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include <set>
|
||||
#include <QDebug>
|
||||
#include <QFile>
|
||||
#include <QProcess>
|
||||
#include <QSettings>
|
||||
@ -15,6 +14,7 @@
|
||||
#include "common/logging/log.h"
|
||||
#ifdef ENABLE_QT_GUI
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
#include <QString>
|
||||
#include <QtCore>
|
||||
#include "common/memory_patcher.h"
|
||||
|
@ -50,7 +50,6 @@ public:
|
||||
QPushButton* keyboardButton;
|
||||
QPushButton* restartButton;
|
||||
|
||||
|
||||
QWidget* sizeSliderContainer;
|
||||
QHBoxLayout* sizeSliderContainer_layout;
|
||||
QSlider* sizeSlider;
|
||||
|
@ -3,10 +3,10 @@
|
||||
|
||||
#ifdef ENABLE_QT_GUI
|
||||
#include <QCoreApplication>
|
||||
#include <QFileInfo>
|
||||
#include <QString>
|
||||
#include "common/memory_patcher.h"
|
||||
#endif
|
||||
#include <QFileInfo>
|
||||
#include <QProcess>
|
||||
#include <QStandardPaths>
|
||||
#include <QThread>
|
||||
|
Loading…
Reference in New Issue
Block a user