summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpcollectionhandler.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2018-07-27 15:06:43 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2018-11-12 09:08:58 +0000
commit1f0b89f8e8da682a4bf0f82c077c363b4d43a707 (patch)
treeb9d0f5bf3b1796c8ccfe62e3b9f49c8dcfee677e /src/assistant/help/qhelpcollectionhandler.cpp
parent2095b1598ebe1d3ee91f9eeb1f7a13a4cbbf36f9 (diff)
Add new filter API, enclosed in QHelpFilterEngine
Implement new filter mechanism and provide component filtering. Task-number: QTCREATORBUG-19724 Task-number: QTCREATORBUG-7301 Change-Id: I48400e3bc969495a66c3002fed13a7c3ddb1e249 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/assistant/help/qhelpcollectionhandler.cpp')
-rw-r--r--src/assistant/help/qhelpcollectionhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/assistant/help/qhelpcollectionhandler.cpp b/src/assistant/help/qhelpcollectionhandler.cpp
index e59acaac5..0cb6264dd 100644
--- a/src/assistant/help/qhelpcollectionhandler.cpp
+++ b/src/assistant/help/qhelpcollectionhandler.cpp
@@ -925,8 +925,8 @@ bool QHelpCollectionHandler::fileExists(const QUrl &url) const
if (fileInfo.namespaceName.isEmpty())
return false;
- m_query->prepare(QLatin1String("SELECT COUNT (DISTINCT NamespaceTable.Id)"
- "FROM"
+ m_query->prepare(QLatin1String("SELECT COUNT (DISTINCT NamespaceTable.Id) "
+ "FROM "
"FileNameTable, "
"NamespaceTable, "
"FolderTable "