diff options
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() { | |||
| 1801 | } | 1801 | } |
| 1802 | } | 1802 | } |
| 1803 | 1803 | ||
| 1804 | void GMainWindow::OpenURL(QUrl const& url) { | 1804 | void GMainWindow::OpenURL(const QUrl& url) { |
| 1805 | 1805 | ||
| 1806 | const bool open = QDesktopServices::openUrl(url); | 1806 | const bool open = QDesktopServices::openUrl(url); |
| 1807 | if (!open) { | 1807 | if (!open) { |