mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 13:55:46 +00:00
Clang-format again
This commit is contained in:
parent
b16bfe629d
commit
9d72389b35
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ void GMainWindow::ConnectMenuEvents() {
|
||||||
connect(ui.action_Report_Compatibility, &QAction::triggered, this,
|
connect(ui.action_Report_Compatibility, &QAction::triggered, this,
|
||||||
&GMainWindow::OnMenuReportCompatibility);
|
&GMainWindow::OnMenuReportCompatibility);
|
||||||
connect(ui.action_Open_Mods_Page, &QAction::triggered, this, &GMainWindow::OnOpenModsPage);
|
connect(ui.action_Open_Mods_Page, &QAction::triggered, this, &GMainWindow::OnOpenModsPage);
|
||||||
connect(ui.action_Open_Quickstart_Guide, &QAction::triggered, this,
|
connect(ui.action_Open_Quickstart_Guide, &QAction::triggered, this,
|
||||||
&GMainWindow::OnQuickstartGuide);
|
&GMainWindow::OnQuickstartGuide);
|
||||||
connect(ui.action_Open_FAQ, &QAction::triggered, this, &GMainWindow::OnFAQ);
|
connect(ui.action_Open_FAQ, &QAction::triggered, this, &GMainWindow::OnFAQ);
|
||||||
connect(ui.action_Restart, &QAction::triggered, this, [this] { BootGame(QString(game_path)); });
|
connect(ui.action_Restart, &QAction::triggered, this, [this] { BootGame(QString(game_path)); });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue