diff options
author | VolcaEM <63682805+VolcaEM@users.noreply.github.com> | 2020-06-26 18:51:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-26 18:51:12 +0200 |
commit | 9e1975a166c686980420672bbfe1da9aee3fa57f (patch) | |
tree | 7152b9000cfbec6e8bc7f0d7c308889e5c8be9fb /src | |
parent | Update function name (2/2) (diff) | |
download | yuzu-9e1975a166c686980420672bbfe1da9aee3fa57f.tar yuzu-9e1975a166c686980420672bbfe1da9aee3fa57f.tar.gz yuzu-9e1975a166c686980420672bbfe1da9aee3fa57f.tar.bz2 yuzu-9e1975a166c686980420672bbfe1da9aee3fa57f.tar.lz yuzu-9e1975a166c686980420672bbfe1da9aee3fa57f.tar.xz yuzu-9e1975a166c686980420672bbfe1da9aee3fa57f.tar.zst yuzu-9e1975a166c686980420672bbfe1da9aee3fa57f.zip |
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() { &GMainWindow::OnMenuReportCompatibility); connect(ui.action_Open_Mods_Page, &QAction::triggered, this, &GMainWindow::OnOpenModsPage); connect(ui.action_Open_Quickstart_Guide, &QAction::triggered, this, - &GMainWindow::OnQuickstartGuide); + &GMainWindow::OnOpenQuickstartGuide); 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_Configure, &QAction::triggered, this, &GMainWindow::OnConfigure); |