diff options
Diffstat (limited to 'src/assistant/help/qhelpsearchindexreader_default.cpp')
-rw-r--r-- | src/assistant/help/qhelpsearchindexreader_default.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/help/qhelpsearchindexreader_default.cpp b/src/assistant/help/qhelpsearchindexreader_default.cpp index 1154e49f0..25f9a13f2 100644 --- a/src/assistant/help/qhelpsearchindexreader_default.cpp +++ b/src/assistant/help/qhelpsearchindexreader_default.cpp @@ -203,7 +203,7 @@ void QHelpSearchIndexReaderDefault::run() if (searchInput.isEmpty()) return; - QHelpEngineCore engine(collectionFile, 0); + QHelpEngineCore engine(collectionFile, nullptr); if (!engine.setupData()) return; |