mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-08-21 02:40:32 +02:00
Fix typo 2: electric boogaloo
This commit is contained in:
parent
9e7ac6a009
commit
a46df40939
@ -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);
|
const bool open = QDesktopServices::openUrl(url);
|
||||||
if (!open) {
|
if (!open) {
|
||||||
|
Loading…
Reference in New Issue
Block a user