forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.5'
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user