Skip to content
Snippets Groups Projects
Unverified Commit 65828573 authored by VolcaEM's avatar VolcaEM Committed by GitHub
Browse files

Remove unnecessary newline

parent 0f451229
No related branches found
No related tags found
No related merge requests found
......@@ -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"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment