Browse Source

Fix typo 2: electric boogaloo

nce_cpp
VolcaEM 6 years ago
committed by GitHub
parent
commit
d0647a7ae9
  1. 2
      src/yuzu/main.cpp

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

Loading…
Cancel
Save