tools/assistant/lib/qhelpsearchindexwriter_clucene_p.h
changeset 7 f7bc934e204c
parent 0 1918ee327afb
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 **
    67 
    67 
    68 QT_BEGIN_NAMESPACE
    68 QT_BEGIN_NAMESPACE
    69 
    69 
    70 class QCLuceneIndexWriter;
    70 class QCLuceneIndexWriter;
    71 
    71 
    72 namespace qt {
    72 namespace fulltextsearch {
    73     namespace fulltextsearch {
    73 namespace clucene {
    74         namespace clucene {
       
    75 
    74 
    76 class QHelpSearchIndexWriter : public QThread
    75 class QHelpSearchIndexWriter : public QThread
    77 {
    76 {
    78     Q_OBJECT
    77     Q_OBJECT
    79 
    78 
   114     bool m_reindex;
   113     bool m_reindex;
   115     QString m_collectionFile;
   114     QString m_collectionFile;
   116     QString m_indexFilesFolder;
   115     QString m_indexFilesFolder;
   117 };
   116 };
   118 
   117 
   119         }   // namespace clucene
       
   120     }   // namespace fulltextsearch
       
   121 }   // namespace clucene
   118 }   // namespace clucene
       
   119 }   // namespace fulltextsearch
       
   120 
   122 
   121 
   123 QT_END_NAMESPACE
   122 QT_END_NAMESPACE
   124 
   123 
   125 #endif  // QHELPSEARCHINDEXWRITERCLUCENE_H
   124 #endif  // QHELPSEARCHINDEXWRITERCLUCENE_H