From cd6c56c0085b298ffe3c1fd3fe2b116fedb897f5 Mon Sep 17 00:00:00 2001 From: delledev Date: Tue, 8 Oct 2024 18:05:46 +0300 Subject: [PATCH] fixed ci clangformat errors --- src/common/config.cpp | 4 ++-- src/qt_gui/settings_dialog.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/config.cpp b/src/common/config.cpp index e1f672205..40be5ebec 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -102,7 +102,7 @@ int getBGMvolume() { bool getEnableDiscordRPC() { return enableDiscordRPC; } - + s16 getCursorState() { return cursorState; } @@ -274,7 +274,7 @@ void setBGMvolume(int volume) { void setEnableDiscordRPC(bool enable) { enableDiscordRPC = enable; } - + void setCursorState(s16 newCursorState) { cursorState = newCursorState; } diff --git a/src/qt_gui/settings_dialog.cpp b/src/qt_gui/settings_dialog.cpp index dac297f24..efc438455 100644 --- a/src/qt_gui/settings_dialog.cpp +++ b/src/qt_gui/settings_dialog.cpp @@ -175,7 +175,7 @@ SettingsDialog::SettingsDialog(std::span physical_devices, QWidge rpc->shutdown(); } }); - + connect(ui->backButtonBehaviorComboBox, QOverload::of(&QComboBox::currentIndexChanged), this, [this](int index) { if (index >= 0 && index < ui->backButtonBehaviorComboBox->count()) {