formatting

This commit is contained in:
DanielSvoboda 2024-09-21 18:14:05 -03:00
parent 13f4018c86
commit c5c614fd64
6 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

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