tools/assistant/lib/qhelpsearchindexreader.cpp
changeset 7 f7bc934e204c
parent 3 41300fa6a67c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the Qt Assistant of the Qt Toolkit.
     7 ** This file is part of the Qt Assistant of the Qt Toolkit.
     8 **
     8 **
    41 
    41 
    42 #include "qhelpsearchindexreader_p.h"
    42 #include "qhelpsearchindexreader_p.h"
    43 
    43 
    44 QT_BEGIN_NAMESPACE
    44 QT_BEGIN_NAMESPACE
    45 
    45 
    46 namespace qt {
    46 namespace fulltextsearch {
    47     namespace fulltextsearch {
       
    48 
    47 
    49 QHelpSearchIndexReader::QHelpSearchIndexReader()
    48 QHelpSearchIndexReader::QHelpSearchIndexReader()
    50     : QThread()
    49     : QThread()
    51     , m_cancel(false)
    50     , m_cancel(false)
    52 {
    51 {
    98         hits.append(hitList.at(i));
    97         hits.append(hitList.at(i));
    99     return hits;
    98     return hits;
   100 }
    99 }
   101 
   100 
   102 
   101 
   103     }   // namespace fulltextsearch
   102 }   // namespace fulltextsearch
   104 }   // namespace qt
       
   105 
   103 
   106 QT_END_NAMESPACE
   104 QT_END_NAMESPACE