VolcaEM
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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) { |
|
|
|
|