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 b9aa3e9b6c
commit 8f76baa647

View File

@@ -329,6 +329,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()