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(QString const& url_str) { |
|
|
|
void GMainWindow::OpenURL(const QString& url_str) { |
|
|
|
|
|
|
|
const QUrl url{url_str}; |
|
|
|
const bool open = QDesktopServices::openUrl(url); |
|
|
|
|