pull/8/head
VolcaEM 5 years ago committed by GitHub
parent 57b93395a8
commit 5f6e44552a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save