diff options
| author | 2020-06-26 18:51:12 +0200 | |
|---|---|---|
| committer | 2020-06-26 18:51:12 +0200 | |
| commit | 9e1975a166c686980420672bbfe1da9aee3fa57f (patch) | |
| tree | 7152b9000cfbec6e8bc7f0d7c308889e5c8be9fb /src | |
| parent | Update function name (2/2) (diff) | |
| download | yuzu-9e1975a166c686980420672bbfe1da9aee3fa57f.tar.gz yuzu-9e1975a166c686980420672bbfe1da9aee3fa57f.tar.xz yuzu-9e1975a166c686980420672bbfe1da9aee3fa57f.zip | |
Update function name again
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index d12f7c074..e597f9733 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -839,7 +839,7 @@ void GMainWindow::ConnectMenuEvents() { | |||
| 839 | &GMainWindow::OnMenuReportCompatibility); | 839 | &GMainWindow::OnMenuReportCompatibility); |
| 840 | connect(ui.action_Open_Mods_Page, &QAction::triggered, this, &GMainWindow::OnOpenModsPage); | 840 | connect(ui.action_Open_Mods_Page, &QAction::triggered, this, &GMainWindow::OnOpenModsPage); |
| 841 | connect(ui.action_Open_Quickstart_Guide, &QAction::triggered, this, | 841 | connect(ui.action_Open_Quickstart_Guide, &QAction::triggered, this, |
| 842 | &GMainWindow::OnQuickstartGuide); | 842 | &GMainWindow::OnOpenQuickstartGuide); |
| 843 | connect(ui.action_Open_FAQ, &QAction::triggered, this, &GMainWindow::OnFAQ); | 843 | connect(ui.action_Open_FAQ, &QAction::triggered, this, &GMainWindow::OnFAQ); |
| 844 | connect(ui.action_Restart, &QAction::triggered, this, [this] { BootGame(QString(game_path)); }); | 844 | connect(ui.action_Restart, &QAction::triggered, this, [this] { BootGame(QString(game_path)); }); |
| 845 | connect(ui.action_Configure, &QAction::triggered, this, &GMainWindow::OnConfigure); | 845 | connect(ui.action_Configure, &QAction::triggered, this, &GMainWindow::OnConfigure); |