Browse Source

Remove unnecessary newline

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

1
src/yuzu/main.cpp

@ -1812,7 +1812,6 @@ void GMainWindow::OnMenuReportCompatibility() {
}
void GMainWindow::OpenURL(const QUrl& url) {
const bool open = QDesktopServices::openUrl(url);
if (!open) {
QMessageBox::warning(this, tr("Error opening URL"),

Loading…
Cancel
Save