summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/helpmanager.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-09-19 14:39:46 +0200
committerEike Ziller <eike.ziller@qt.io>2018-09-20 07:19:49 +0000
commitb9db5ea86e30b57f48b757de30f71f5c0a9bd525 (patch)
tree8e6fe2108d726f9152214773d8242a0903120ee9 /src/plugins/coreplugin/helpmanager.h
parent82688cabd16d8ac054d92e80ed606d5945bf3e3e (diff)
downloadqt-creator-b9db5ea86e30b57f48b757de30f71f5c0a9bd525.tar.gz
Move documentationPath() from Core::ICore to Core::HelpManager
It is documentation related API, so it belongs there. Change-Id: I5d1676f251e6deb92050ddedac19bf3c332aab54 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/coreplugin/helpmanager.h')
-rw-r--r--src/plugins/coreplugin/helpmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/helpmanager.h b/src/plugins/coreplugin/helpmanager.h
index 60bb412752..a97f65b362 100644
--- a/src/plugins/coreplugin/helpmanager.h
+++ b/src/plugins/coreplugin/helpmanager.h
@@ -58,6 +58,8 @@ enum HelpViewerLocation {
ExternalHelpAlways = 3
};
+CORE_EXPORT QString documentationPath();
+
CORE_EXPORT void registerDocumentation(const QStringList &fileNames);
CORE_EXPORT void unregisterDocumentation(const QStringList &nameSpaces);