forked from qt-creator/qt-creator
Fix path to qt creator documentation.
broke with the introduction of ICore::documentationPath in
60f7f00e41
Change-Id: Ic63ded85bcbe27f64ad2a9436683472cc8bf01b8
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -384,8 +384,7 @@ void HelpPlugin::extensionsInitialized()
|
|||||||
{
|
{
|
||||||
QStringList filesToRegister;
|
QStringList filesToRegister;
|
||||||
// we might need to register creators inbuild help
|
// we might need to register creators inbuild help
|
||||||
filesToRegister.append(QDir::cleanPath(QCoreApplication::applicationDirPath()
|
filesToRegister.append(ICore::documentationPath() + QLatin1String("/qtcreator.qch"));
|
||||||
+ ICore::documentationPath() + QLatin1String("/qtcreator.qch")));
|
|
||||||
Core::HelpManager::instance()->registerDocumentation(filesToRegister);
|
Core::HelpManager::instance()->registerDocumentation(filesToRegister);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user