Browse Source

Remove unnecessary newline

pull/15/merge
VolcaEM 6 years ago
committed by GitHub
parent
commit
6582857356
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/yuzu/main.cpp

1
src/yuzu/main.cpp

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

Loading…
Cancel
Save