From d040f2668309937be6acd2415dbfaa3f07671476 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 29 Oct 2013 14:54:20 +0100 Subject: Doc: Rename doc directory of Context Sensitive Help example During packaging, the doc/ directories are removed from examples when they are copied to Qt examples install directory. This example has a doc/ directory with contents required to run it. This change renames it so that he packaging doesn't break it. Task-number: QTBUG-33848 Change-Id: I7b4e29d7b3c2c2ff9429c1a81bd32fb809d0cdb3 Reviewed-by: Jerome Pasion --- examples/help/contextsensitivehelp/helpbrowser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/help/contextsensitivehelp/helpbrowser.cpp') diff --git a/examples/help/contextsensitivehelp/helpbrowser.cpp b/examples/help/contextsensitivehelp/helpbrowser.cpp index f076c3c67..cbf9b21d6 100644 --- a/examples/help/contextsensitivehelp/helpbrowser.cpp +++ b/examples/help/contextsensitivehelp/helpbrowser.cpp @@ -48,7 +48,7 @@ HelpBrowser::HelpBrowser(QWidget *parent) : QTextBrowser(parent) { QString collectionFile = QLibraryInfo::location(QLibraryInfo::ExamplesPath) - + QLatin1String("/help/contextsensitivehelp/doc/wateringmachine.qhc"); + + QLatin1String("/help/contextsensitivehelp/docs/wateringmachine.qhc"); m_helpEngine = new QHelpEngineCore(collectionFile, this); if (!m_helpEngine->setupData()) { -- cgit v1.2.3