Fix the missing call to register the qml and internal help files.

This commit is contained in:
kh1
2010-06-29 10:43:33 +02:00
parent fdc5ac7f4d
commit 5337667cc4

View File

@@ -331,6 +331,7 @@ void HelpPlugin::extensionsInitialized()
// we might need to register creators inbuild help
filesToRegister.append(QDir::cleanPath(appPath
+ QLatin1String(DOCPATH "qtcreator.qch")));
helpManager->registerDocumentation(filesToRegister);
}
void HelpPlugin::aboutToShutdown()