tools/assistant/lib/qhelpsearchindexreader_default.cpp
branchRCL_3
changeset 8 3f74d0d4af4c
parent 5 d3bac044e0f0
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
    50 #include <QtCore/QDataStream>
    50 #include <QtCore/QDataStream>
    51 #include <QtCore/QTextStream>
    51 #include <QtCore/QTextStream>
    52 
    52 
    53 QT_BEGIN_NAMESPACE
    53 QT_BEGIN_NAMESPACE
    54 
    54 
    55 namespace qt {
    55 namespace fulltextsearch {
    56     namespace fulltextsearch {
    56 namespace std {
    57         namespace std {
       
    58 
    57 
    59 namespace {
    58 namespace {
    60     QStringList split( const QString &str )
    59     QStringList split( const QString &str )
    61     {
    60     {
    62         QStringList lst;
    61         QStringList lst;
   605     }
   604     }
   606 
   605 
   607     emit searchingFinished(hitList.count());
   606     emit searchingFinished(hitList.count());
   608 }
   607 }
   609 
   608 
   610         }   // namespace std
   609 }   // namespace std
   611     }   // namespace fulltextsearch
   610 }   // namespace fulltextsearch
   612 }   // namespace qt
       
   613 
   611 
   614 QT_END_NAMESPACE
   612 QT_END_NAMESPACE