summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpenginecore.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2018-10-16 14:37:51 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2018-10-17 13:35:38 +0000
commit757f77ac748f63e9e4e445b50fa286561e71c044 (patch)
tree554ceeada664256a88b170d9c4624aae974dadca /src/assistant/help/qhelpenginecore.cpp
parent881902a1bc085b5c4c8b3589ddd264220ba76005 (diff)
Create new filter tables inside qch files
Add a new internal API for dealing with new filters. Change-Id: Id26d90fe3e20aa576f6c2403cd36aa5e679a96b7 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/assistant/help/qhelpenginecore.cpp')
-rw-r--r--src/assistant/help/qhelpenginecore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/help/qhelpenginecore.cpp b/src/assistant/help/qhelpenginecore.cpp
index 2fc1f6436..fc6366d2a 100644
--- a/src/assistant/help/qhelpenginecore.cpp
+++ b/src/assistant/help/qhelpenginecore.cpp
@@ -500,7 +500,7 @@ QUrl QHelpEngineCore::findFile(const QUrl &url) const
if (!result.isEmpty())
return result;
- result = d->collectionHandler->findFile(url);
+ result = d->collectionHandler->findFile(url, QStringList());
if (!result.isEmpty())
return result;