summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index 4810b161a..9f552e3d2 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -1812,7 +1812,6 @@ void GMainWindow::OnMenuReportCompatibility() {
1812} 1812}
1813 1813
1814void GMainWindow::OpenURL(const QUrl& url) { 1814void GMainWindow::OpenURL(const QUrl& url) {
1815
1816 const bool open = QDesktopServices::openUrl(url); 1815 const bool open = QDesktopServices::openUrl(url);
1817 if (!open) { 1816 if (!open) {
1818 QMessageBox::warning(this, tr("Error opening URL"), 1817 QMessageBox::warning(this, tr("Error opening URL"),