aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-05-14 09:05:52 +0200
committerKai Koehne <kai.koehne@digia.com>2013-05-14 17:18:40 +0200
commit9d0965b6de6e72c1b8f0a77c795b9a9d915dd696 (patch)
tree7e030f045ebdc96acd4993834c7d7d26f1f7b514 /src/plugins/help
parent4481a1990594c76147d0d841c7c7ddd61d19f6b7 (diff)
Help: Remove outdated loading of qml.qch
This still stems from times where we bundled qmlviewer with Qt Creator. Change-Id: I741ef9c098ed413b473560f5e60c8d35415f8d7c Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'src/plugins/help')
-rw-r--r--src/plugins/help/helpplugin.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp
index 40927ed169b..746e665573b 100644
--- a/src/plugins/help/helpplugin.cpp
+++ b/src/plugins/help/helpplugin.cpp
@@ -389,13 +389,6 @@ bool HelpPlugin::initialize(const QStringList &arguments, QString *error)
void HelpPlugin::extensionsInitialized()
{
QStringList filesToRegister;
- // Explicitly register qml.qch if located in creator directory. This is only
- // needed for the creator-qml package, were we want to ship the documentation
- // without a qt development version. TODO: is this still really needed, remove
- const QString &appPath = QCoreApplication::applicationDirPath();
- filesToRegister.append(QDir::cleanPath(QDir::cleanPath(appPath
- + docPath() + QLatin1String("qml.qch"))));
-
// we might need to register creators inbuild help
filesToRegister.append(QDir::cleanPath(appPath
+ docPath() + QLatin1String("qtcreator.qch")));