2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
This commit is contained in:
VolcaEM 2020-06-25 23:07:58 +02:00 committed by GitHub
parent 57b93395a8
commit 5f6e44552a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);