1
0
Fork 0
forked from eden-emu/eden

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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

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