fixed ci clangformat errors

This commit is contained in:
delledev 2024-10-08 18:05:46 +03:00
parent f6dfe296df
commit cd6c56c008
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -175,7 +175,7 @@ SettingsDialog::SettingsDialog(std::span<const QString> physical_devices, QWidge
rpc->shutdown();
}
});
connect(ui->backButtonBehaviorComboBox, QOverload<int>::of(&QComboBox::currentIndexChanged),
this, [this](int index) {
if (index >= 0 && index < ui->backButtonBehaviorComboBox->count()) {