equal
deleted
inserted
replaced
62 QT_BEGIN_NAMESPACE |
62 QT_BEGIN_NAMESPACE |
63 |
63 |
64 struct Entry; |
64 struct Entry; |
65 struct PosEntry; |
65 struct PosEntry; |
66 |
66 |
67 namespace qt { |
67 namespace fulltextsearch { |
68 namespace fulltextsearch { |
68 namespace std { |
69 namespace std { |
|
70 |
69 |
71 class Reader |
70 class Reader |
72 { |
71 { |
73 typedef QList<QStringList> DocumentList; |
72 typedef QList<QStringList> DocumentList; |
74 typedef QHash<QString, Entry*> EntryTable; |
73 typedef QHash<QString, Entry*> EntryTable; |
125 |
124 |
126 private: |
125 private: |
127 Reader m_reader; |
126 Reader m_reader; |
128 }; |
127 }; |
129 |
128 |
130 } // namespace std |
129 } // namespace std |
131 } // namespace fulltextsearch |
130 } // namespace fulltextsearch |
132 } // namespace qt |
|
133 |
131 |
134 QT_END_NAMESPACE |
132 QT_END_NAMESPACE |
135 |
133 |
136 #endif // QHELPSEARCHINDEXREADERDEFAULT_H |
134 #endif // QHELPSEARCHINDEXREADERDEFAULT_H |