Applied clang-format-19 to all files

This commit is contained in:
OpenSauce04
2025-02-27 15:24:32 +00:00
parent f3d0373afb
commit d593ee2bc8
16 changed files with 61 additions and 61 deletions

View File

@@ -3467,7 +3467,8 @@ bool GMainWindow::ConfirmChangeGame() {
}
auto answer = QMessageBox::question(
this, tr("Azahar"), tr("The application is still running. Would you like to stop emulation?"),
this, tr("Azahar"),
tr("The application is still running. Would you like to stop emulation?"),
QMessageBox::Yes | QMessageBox::No, QMessageBox::No);
return answer != QMessageBox::No;
}