tools/assistant/lib/qhelpsearchindexwriter_default.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
   189     this->m_cancel = false;
   189     this->m_cancel = false;
   190     this->m_reindex = reindex;
   190     this->m_reindex = reindex;
   191     this->m_collectionFile = collectionFile;
   191     this->m_collectionFile = collectionFile;
   192     this->m_indexFilesFolder = indexFilesFolder;
   192     this->m_indexFilesFolder = indexFilesFolder;
   193 
   193 
   194     start(QThread::NormalPriority);
   194     start(QThread::LowestPriority);
   195 }
   195 }
   196 
   196 
   197 void QHelpSearchIndexWriter::run()
   197 void QHelpSearchIndexWriter::run()
   198 {
   198 {
   199     mutex.lock();
   199     mutex.lock();