From d0db6b201309d3c6bade99bd2bdaf6936b595c4d Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 14 May 2013 19:03:39 +0200 Subject: [PATCH] Help: Un-break build Change-Id: I7911f57d7a9ba53b6055149eef3a48c2a0a5697d Reviewed-by: hjk --- src/plugins/help/helpplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index 746e665573b..d3fca830853 100644 --- a/src/plugins/help/helpplugin.cpp +++ b/src/plugins/help/helpplugin.cpp @@ -390,7 +390,7 @@ void HelpPlugin::extensionsInitialized() { QStringList filesToRegister; // we might need to register creators inbuild help - filesToRegister.append(QDir::cleanPath(appPath + filesToRegister.append(QDir::cleanPath(QCoreApplication::applicationDirPath() + docPath() + QLatin1String("qtcreator.qch"))); Core::HelpManager::instance()->registerDocumentation(filesToRegister); }