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 | |
parent | Use QUrl (2/2) (diff) | |
download | yuzu-a46df409397855812812e83ae3ed6ce6261b72cb.tar yuzu-a46df409397855812812e83ae3ed6ce6261b72cb.tar.gz yuzu-a46df409397855812812e83ae3ed6ce6261b72cb.tar.bz2 yuzu-a46df409397855812812e83ae3ed6ce6261b72cb.tar.lz yuzu-a46df409397855812812e83ae3ed6ce6261b72cb.tar.xz yuzu-a46df409397855812812e83ae3ed6ce6261b72cb.tar.zst yuzu-a46df409397855812812e83ae3ed6ce6261b72cb.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 a2f637b96..b78f81095 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) { |