tools/assistant/lib/qhelpsearchindexwriter_default_p.h
branchRCL_3
changeset 8 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
    63 #include <QtCore/QStringList>
    63 #include <QtCore/QStringList>
    64 #include <QtCore/QWaitCondition>
    64 #include <QtCore/QWaitCondition>
    65 
    65 
    66 QT_BEGIN_NAMESPACE
    66 QT_BEGIN_NAMESPACE
    67 
    67 
    68 namespace qt {
    68 namespace fulltextsearch {
    69     namespace fulltextsearch {
    69 namespace std {
    70         namespace std {
       
    71 
    70 
    72 class Writer
    71 class Writer
    73 {
    72 {
    74 public:
    73 public:
    75     Writer(const QString &path);
    74     Writer(const QString &path);
   121     bool m_reindex;
   120     bool m_reindex;
   122     QString m_collectionFile;
   121     QString m_collectionFile;
   123     QString m_indexFilesFolder;
   122     QString m_indexFilesFolder;
   124 };
   123 };
   125 
   124 
   126         }   // namespace std
   125 }   // namespace std
   127     }   // namespace fulltextsearch
   126 }   // namespace fulltextsearch
   128 }   // namespace qt
       
   129 
   127 
   130 QT_END_NAMESPACE
   128 QT_END_NAMESPACE
   131 
   129 
   132 #endif  // QHELPSEARCHINDEXWRITERDEFAULT_H
   130 #endif  // QHELPSEARCHINDEXWRITERDEFAULT_H