forked from qt-creator/qt-creator
Help: Update fallback online documentation URL
Documentation is now on qt-project.org instead of doc.qt.digia.com. Change-Id: I5e90a41cc908b0daf7fd7beca594c10d87f3c694 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -1145,7 +1145,7 @@ void HelpPlugin::handleHelpRequest(const QUrl &url)
|
||||
|| address.startsWith(QLatin1String("qthelp://com.nokia."))
|
||||
|| address.startsWith(QLatin1String("qthelp://com.trolltech."))) {
|
||||
// local help not installed, resort to external web help
|
||||
QString urlPrefix = QLatin1String("http://doc.qt.digia.com/");
|
||||
QString urlPrefix = QLatin1String("http://qt-project.org/doc/");
|
||||
if (url.authority() == QLatin1String("org.qt-project.qtcreator"))
|
||||
urlPrefix.append(QString::fromLatin1("qtcreator"));
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user