diff options
author | Eike Ziller <eike.ziller@qt.io> | 2018-09-19 14:39:46 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2018-09-20 07:19:49 +0000 |
commit | b9db5ea86e30b57f48b757de30f71f5c0a9bd525 (patch) | |
tree | 8e6fe2108d726f9152214773d8242a0903120ee9 /src/plugins/coreplugin/helpmanager.h | |
parent | 82688cabd16d8ac054d92e80ed606d5945bf3e3e (diff) | |
download | qt-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.h | 2 |
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); |