diff options
author | VolcaEM <63682805+VolcaEM@users.noreply.github.com> | 2020-06-25 23:32:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 23:32:43 +0200 |
commit | a46df409397855812812e83ae3ed6ce6261b72cb (patch) | |
tree | 61329cfe929b75af3a7dca77a5bbce8bc839cb33 /src/yuzu/main.cpp | |
parent | 9e7ac6a009002aacba48f9c167efc58cfe34241d (diff) |
Fix typo 2: electric boogaloo
Diffstat (limited to 'src/yuzu/main.cpp')
-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 a2f637b96c..b78f810955 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -1801,7 +1801,7 @@ void GMainWindow::OnMenuReportCompatibility() { } } -void GMainWindow::OpenURL(QUrl const& url) { +void GMainWindow::OpenURL(const QUrl& url) { const bool open = QDesktopServices::openUrl(url); if (!open) { |