Fix typo 2: electric boogaloo

This commit is contained in:
VolcaEM 2020-06-25 23:32:43 +02:00 committed by GitHub
parent 9e7ac6a009
commit a46df40939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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