mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-23 06:25:40 +01: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