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
Marco Bubke
flatpak-qt-creator
Commits
7e043dad
Commit
7e043dad
authored
Jan 22, 2009
by
Daniel Molkentin
Browse files
Fixes: Find docs on Windows
parent
cabc2da9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/help/helpplugin.cpp
View file @
7e043dad
...
...
@@ -446,7 +446,7 @@ void HelpPlugin::extensionsInitialized()
#if defined(Q_OS_MAC)
+
QLatin1String
(
"/../Resources/doc/qtcreator.qch"
));
#else
+
QLatin1String
(
"/../
doc
/qtcreator.qch"
));
+
QLatin1String
(
"
..
/../
share/doc/qtcreator
/qtcreator.qch"
));
#endif
QHelpEngineCore
hc
(
fi
.
absoluteFilePath
());
hc
.
setupData
();
...
...
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