mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +00: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);
|
||||
if (!open) {
|
||||
|
Loading…
Reference in New Issue
Block a user