forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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")));
|
||||
|
||||
Reference in New Issue
Block a user