summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpsearchindexwriter_default.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/help/qhelpsearchindexwriter_default.cpp')
-rw-r--r--src/assistant/help/qhelpsearchindexwriter_default.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/assistant/help/qhelpsearchindexwriter_default.cpp b/src/assistant/help/qhelpsearchindexwriter_default.cpp
index ebfae3fc9..ec2c267aa 100644
--- a/src/assistant/help/qhelpsearchindexwriter_default.cpp
+++ b/src/assistant/help/qhelpsearchindexwriter_default.cpp
@@ -207,7 +207,7 @@ void QHelpSearchIndexWriter::run()
const QLatin1String key("DefaultSearchNamespaces");
const QString collectionFile(this->m_collectionFile);
const QString indexPath = m_indexFilesFolder;
-
+
mutex.unlock();
QHelpEngineCore engine(collectionFile, 0);
@@ -255,7 +255,7 @@ void QHelpSearchIndexWriter::run()
// get rid of duplicated files
if (url.hasFragment())
url.setFragment(QString());
-
+
QString s = url.toString();
if (s.endsWith(QLatin1String(".html"))
|| s.endsWith(QLatin1String(".htm"))