summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolcaEM <63682805+VolcaEM@users.noreply.github.com>2020-06-26 18:50:28 +0200
committerGitHub <noreply@github.com>2020-06-26 18:50:28 +0200
commit0b86c7eb6a22528f41e94500bb7eba55cd3c3217 (patch)
tree38631635c85eb23d847ee4640097609de9aeb017
parentUpdate function name (1/2) (diff)
downloadyuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.tar
yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.tar.gz
yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.tar.bz2
yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.tar.lz
yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.tar.xz
yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.tar.zst
yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.zip
-rw-r--r--src/yuzu/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index 267b0e75d..d12f7c074 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -1824,7 +1824,7 @@ void GMainWindow::OnOpenModsPage() {
OpenURL(QUrl(QStringLiteral("https://github.com/yuzu-emu/yuzu/wiki/Switch-Mods")));
}
-void GMainWindow::OnQuickstartGuide() {
+void GMainWindow::OnOpenQuickstartGuide() {
OpenURL(QUrl(QStringLiteral("https://yuzu-emu.org/help/quickstart/")));
}