mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-22 04:24:44 +00:00
formatting
This commit is contained in:
parent
13f4018c86
commit
c5c614fd64
6 changed files with 6 additions and 6 deletions
|
@ -649,8 +649,8 @@ set(QT_GUI src/qt_gui/about_dialog.cpp
|
|||
src/qt_gui/about_dialog.ui
|
||||
src/qt_gui/cheats_patches.cpp
|
||||
src/qt_gui/cheats_patches.h
|
||||
src/qt_gui/checkUpdate.cpp
|
||||
src/qt_gui/checkUpdate.h
|
||||
src/qt_gui/check_update.cpp
|
||||
src/qt_gui/check_update.h
|
||||
src/qt_gui/main_window_ui.h
|
||||
src/qt_gui/main_window.cpp
|
||||
src/qt_gui/main_window.h
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#define GIT_REV "@GIT_REV@"
|
||||
#define GIT_BRANCH "@GIT_BRANCH@"
|
||||
#define GIT_DESC "@GIT_DESC@"
|
||||
#define BUILD_DATE "@BUILD_DATE@"
|
||||
#define BUILD_DATE "@BUILD_DATE@"
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <common/config.h>
|
||||
#include <common/path_util.h>
|
||||
#include <common/scm_rev.h>
|
||||
#include "checkUpdate.h"
|
||||
#include "check_update.h"
|
||||
|
||||
using namespace Common::FS;
|
||||
namespace fs = std::filesystem;
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include "about_dialog.h"
|
||||
#include "cheats_patches.h"
|
||||
#include "checkUpdate.h"
|
||||
#include "check_update.h"
|
||||
#include "common/io_file.h"
|
||||
#include "common/string_util.h"
|
||||
#include "common/version.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <QCompleter>
|
||||
#include <QDirIterator>
|
||||
|
||||
#include "checkUpdate.h"
|
||||
#include "check_update.h"
|
||||
#include "common/logging/backend.h"
|
||||
#include "common/logging/filter.h"
|
||||
#include "main_window.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue