0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

Remove unnecessary newline

This commit is contained in:
VolcaEM 2020-06-25 23:38:38 +02:00 committed by GitHub
parent 0f4512291a
commit 6582857356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"),