tools/assistant/lib/qhelpsearchindexwriter_default_p.h
changeset 18 2f34d5167611
parent 0 1918ee327afb
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
     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 **
    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