Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
8f76baa6
Commit
8f76baa6
authored
Jun 29, 2010
by
kh1
Browse files
Fix the missing call to register the qml and internal help files.
parent
b9aa3e9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/help/helpplugin.cpp
View file @
8f76baa6
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment