Explorar o código

Fix typo 2: electric boogaloo

VolcaEM %!s(int64=6) %!d(string=hai) anos
pai
achega
a46df40939
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/yuzu/main.cpp

+ 1 - 1
src/yuzu/main.cpp

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