Fix typo 2: electric boogaloo

This commit is contained in:
VolcaEM 2020-06-25 23:32:43 +02:00 committed by GitHub
parent c8d6e50b05
commit d0647a7ae9

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