Remove unnecessary newline

This commit is contained in:
VolcaEM 2020-06-25 23:38:38 +02:00 committed by GitHub
parent 967cbf1f36
commit f9233dc922

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