--- a/tools/assistant/lib/qhelpsearchindexwriter_default.cpp Mon Mar 15 12:43:09 2010 +0200
+++ b/tools/assistant/lib/qhelpsearchindexwriter_default.cpp Thu Apr 08 14:19:33 2010 +0300
@@ -55,9 +55,8 @@
QT_BEGIN_NAMESPACE
-namespace qt {
- namespace fulltextsearch {
- namespace std {
+namespace fulltextsearch {
+namespace std {
Writer::Writer(const QString &path)
: indexPath(path)
@@ -192,7 +191,7 @@
this->m_collectionFile = collectionFile;
this->m_indexFilesFolder = indexFilesFolder;
- start(QThread::NormalPriority);
+ start(QThread::LowestPriority);
}
void QHelpSearchIndexWriter::run()
@@ -379,8 +378,7 @@
return value;
}
- } // namespace std
- } // namespace fulltextsearch
-} // namespace qt
+} // namespace std
+} // namespace fulltextsearch
QT_END_NAMESPACE