equal
deleted
inserted
replaced
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 ** |
64 |
64 |
65 QT_BEGIN_NAMESPACE |
65 QT_BEGIN_NAMESPACE |
66 |
66 |
67 class QHelpEngineCore; |
67 class QHelpEngineCore; |
68 |
68 |
69 namespace qt { |
69 namespace fulltextsearch { |
70 namespace fulltextsearch { |
|
71 |
70 |
72 class QHelpSearchIndexReader : public QThread |
71 class QHelpSearchIndexReader : public QThread |
73 { |
72 { |
74 Q_OBJECT |
73 Q_OBJECT |
75 |
74 |
98 |
97 |
99 private: |
98 private: |
100 virtual void run()=0; |
99 virtual void run()=0; |
101 }; |
100 }; |
102 |
101 |
103 } // namespace fulltextsearch |
102 } // namespace fulltextsearch |
104 } // namespace qt |
|
105 |
103 |
106 QT_END_NAMESPACE |
104 QT_END_NAMESPACE |
107 |
105 |
108 #endif // QHELPSEARCHINDEXREADER_H |
106 #endif // QHELPSEARCHINDEXREADER_H |