aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/icore.cpp
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/icore.cpp
parent82688cabd16d8ac054d92e80ed606d5945bf3e3e (diff)
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/icore.cpp')
-rw-r--r--src/plugins/coreplugin/icore.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/coreplugin/icore.cpp b/src/plugins/coreplugin/icore.cpp
index f88f0f8df4..f16f4369bb 100644
--- a/src/plugins/coreplugin/icore.cpp
+++ b/src/plugins/coreplugin/icore.cpp
@@ -445,11 +445,6 @@ QString ICore::installerResourcePath()
+ Constants::IDE_ID;
}
-QString ICore::documentationPath()
-{
- return QDir::cleanPath(QCoreApplication::applicationDirPath() + '/' + RELATIVE_DOC_PATH);
-}
-
/*!
Returns the path to the command line tools that are shipped with \QC (corresponding
to the IDE_LIBEXEC_PATH qmake variable).