diff options
Diffstat (limited to 'src/searchindex.h')
-rw-r--r-- | src/searchindex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/searchindex.h b/src/searchindex.h index 59970b5..bc5a359 100644 --- a/src/searchindex.h +++ b/src/searchindex.h @@ -58,7 +58,7 @@ class SearchIndex public: SearchIndex(); void setCurrentDoc(const char *name,const char *baseName,const char *anchor=0); - void addWord(const char *word,bool hiPriority); + void addWord(const char *word,bool hiPriority,bool recurse=FALSE); void write(const char *file); private: QDict<IndexWord> m_words; |