summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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) {