diff options
Diffstat (limited to 'src/search/filenamesearchprotocol.h')
| -rw-r--r-- | src/search/filenamesearchprotocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/search/filenamesearchprotocol.h b/src/search/filenamesearchprotocol.h index b2d64d6e3..4a854d729 100644 --- a/src/search/filenamesearchprotocol.h +++ b/src/search/filenamesearchprotocol.h @@ -50,9 +50,11 @@ private: */ bool contentContainsPattern(const KUrl& fileName) const; + void cleanup(); bool m_checkContent; QRegExp* m_regExp; + QSet<QString> m_iteratedDirs; }; #endif |
