Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSvoboda committed Sep 21, 2024
1 parent 13f4018 commit c5c614f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/common/scm_rev.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion src/qt_gui/checkUpdate.cpp → src/qt_gui/check_update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/qt_gui/main_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/qt_gui/settings_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c5c614f

Please sign in to comment.