tools/assistant/lib/qhelpsearchindexwriter_clucene.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
   583     this->m_reindex = reindex;
   583     this->m_reindex = reindex;
   584     this->m_collectionFile = collectionFile;
   584     this->m_collectionFile = collectionFile;
   585     this->m_indexFilesFolder = indexFilesFolder;
   585     this->m_indexFilesFolder = indexFilesFolder;
   586     mutex.unlock();
   586     mutex.unlock();
   587 
   587 
   588     start(QThread::NormalPriority);
   588     start(QThread::LowestPriority);
   589 }
   589 }
   590 
   590 
   591 void QHelpSearchIndexWriter::optimizeIndex()
   591 void QHelpSearchIndexWriter::optimizeIndex()
   592 {
   592 {
   593 #if !defined(QT_NO_EXCEPTIONS)
   593 #if !defined(QT_NO_EXCEPTIONS)