Skip to content
Snippets Groups Projects
Commit 2359fe36 authored by Eike Ziller's avatar Eike Ziller
Browse files

Merge remote-tracking branch 'origin/2.5'

parents dc52fbfc c1fbe9dd
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,10 @@ bool HelpViewer::launchWithExternalApp(const QUrl &url)
return QDesktopServices::openUrl(QUrl(saver.fileName()));
}
}
if (url.scheme() == QLatin1String("mailto"))
return QDesktopServices::openUrl(url);
return false;
}
......
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