diff options
author | ck <qt-info@nokia.com> | 2010-03-01 16:45:15 (GMT) |
---|---|---|
committer | ck <qt-info@nokia.com> | 2010-03-01 16:45:15 (GMT) |
commit | 1dc72f731d3024a34fbcb1858cff6f460e4d2ddc (patch) | |
tree | 669f34dd718bb2e77d88355c59d61414c7acc39c /tools | |
parent | a74b598cda82e9bddfe3f4613a7acc04f37bdd2d (diff) | |
download | Qt-1dc72f731d3024a34fbcb1858cff6f460e4d2ddc.zip Qt-1dc72f731d3024a34fbcb1858cff6f460e4d2ddc.tar.gz Qt-1dc72f731d3024a34fbcb1858cff6f460e4d2ddc.tar.bz2 |
Help system: Build search index with low priority.
Reviewed-by: kh1
Diffstat (limited to 'tools')
-rw-r--r-- | tools/assistant/lib/qhelpsearchindexwriter_clucene.cpp | 2 | ||||
-rw-r--r-- | tools/assistant/lib/qhelpsearchindexwriter_default.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/assistant/lib/qhelpsearchindexwriter_clucene.cpp b/tools/assistant/lib/qhelpsearchindexwriter_clucene.cpp index 59067cf..4f9fa3f 100644 --- a/tools/assistant/lib/qhelpsearchindexwriter_clucene.cpp +++ b/tools/assistant/lib/qhelpsearchindexwriter_clucene.cpp @@ -585,7 +585,7 @@ void QHelpSearchIndexWriter::updateIndex(const QString &collectionFile, this->m_indexFilesFolder = indexFilesFolder; mutex.unlock(); - start(QThread::NormalPriority); + start(QThread::LowestPriority); } void QHelpSearchIndexWriter::optimizeIndex() diff --git a/tools/assistant/lib/qhelpsearchindexwriter_default.cpp b/tools/assistant/lib/qhelpsearchindexwriter_default.cpp index cb3e49c..827d145 100644 --- a/tools/assistant/lib/qhelpsearchindexwriter_default.cpp +++ b/tools/assistant/lib/qhelpsearchindexwriter_default.cpp @@ -191,7 +191,7 @@ void QHelpSearchIndexWriter::updateIndex(const QString &collectionFile, this->m_collectionFile = collectionFile; this->m_indexFilesFolder = indexFilesFolder; - start(QThread::NormalPriority); + start(QThread::LowestPriority); } void QHelpSearchIndexWriter::run() |