fix clang-format issues

This commit is contained in:
delledev 2024-10-01 18:23:00 +03:00
parent d2a7c78316
commit 319e6c5c74
3 changed files with 30 additions and 31 deletions

View File

@ -12,7 +12,6 @@
#include "common/path_util.h" #include "common/path_util.h"
#include "core/file_format/psf.h" #include "core/file_format/psf.h"
#include "core/file_sys/fs.h" #include "core/file_sys/fs.h"
#include "qt_gui/discord_rpc_handler.h"
#include "elf_viewer.h" #include "elf_viewer.h"
#include "emulator.h" #include "emulator.h"
#include "game_grid_frame.h" #include "game_grid_frame.h"
@ -22,6 +21,7 @@
#include "main_window_themes.h" #include "main_window_themes.h"
#include "main_window_ui.h" #include "main_window_ui.h"
#include "pkg_viewer.h" #include "pkg_viewer.h"
#include "qt_gui/discord_rpc_handler.h"
class GameListFrame; class GameListFrame;
@ -96,7 +96,6 @@ private:
DiscordRPCHandler::RPC discordRPC; DiscordRPCHandler::RPC discordRPC;
protected: protected:
bool eventFilter(QObject* obj, QEvent* event) override; bool eventFilter(QObject* obj, QEvent* event) override;