diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index 65c1c210474..e77911d42d6 100644 --- a/src/plugins/help/helpplugin.cpp +++ b/src/plugins/help/helpplugin.cpp @@ -384,8 +384,7 @@ void HelpPlugin::extensionsInitialized() { QStringList filesToRegister; // we might need to register creators inbuild help - filesToRegister.append(QDir::cleanPath(QCoreApplication::applicationDirPath() - + ICore::documentationPath() + QLatin1String("/qtcreator.qch"))); + filesToRegister.append(ICore::documentationPath() + QLatin1String("/qtcreator.qch")); Core::HelpManager::instance()->registerDocumentation(filesToRegister); }