diff options
| author | 2020-06-26 18:50:28 +0200 | |
|---|---|---|
| committer | 2020-06-26 18:50:28 +0200 | |
| commit | 0b86c7eb6a22528f41e94500bb7eba55cd3c3217 (patch) | |
| tree | 38631635c85eb23d847ee4640097609de9aeb017 /src | |
| parent | Update function name (1/2) (diff) | |
| download | yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.tar.gz yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.tar.xz yuzu-0b86c7eb6a22528f41e94500bb7eba55cd3c3217.zip | |
Update function name (2/2)
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 267b0e75d..d12f7c074 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -1824,7 +1824,7 @@ void GMainWindow::OnOpenModsPage() { | |||
| 1824 | OpenURL(QUrl(QStringLiteral("https://github.com/yuzu-emu/yuzu/wiki/Switch-Mods"))); | 1824 | OpenURL(QUrl(QStringLiteral("https://github.com/yuzu-emu/yuzu/wiki/Switch-Mods"))); |
| 1825 | } | 1825 | } |
| 1826 | 1826 | ||
| 1827 | void GMainWindow::OnQuickstartGuide() { | 1827 | void GMainWindow::OnOpenQuickstartGuide() { |
| 1828 | OpenURL(QUrl(QStringLiteral("https://yuzu-emu.org/help/quickstart/"))); | 1828 | OpenURL(QUrl(QStringLiteral("https://yuzu-emu.org/help/quickstart/"))); |
| 1829 | } | 1829 | } |
| 1830 | 1830 | ||