Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
5337667c
Commit
5337667c
authored
Jun 29, 2010
by
kh1
Browse files
Fix the missing call to register the qml and internal help files.
parent
fdc5ac7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/help/helpplugin.cpp
View file @
5337667c
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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