Clang Format and sdl fixes

This commit is contained in:
Dmugetsu 2025-02-14 19:16:44 -06:00
parent 62d425090e
commit e9bccb984c
3 changed files with 2 additions and 3 deletions

View File

@ -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"

View File

@ -50,7 +50,6 @@ public:
QPushButton* keyboardButton;
QPushButton* restartButton;
QWidget* sizeSliderContainer;
QHBoxLayout* sizeSliderContainer_layout;
QSlider* sizeSlider;

View File

@ -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>