124
125
mutable QCache< TextCacheKey, TextCacheObject > m_textCache;
125
126
mutable QHash< TextCacheKey, TextWatcher* > m_textWatchers;
127
129
QString fetchSurroundingText(DocumentView* view, const Result& result) const;
129
133
static TextCacheKey textCacheKey(DocumentView* view, const Result& result);
130
134
static TextJob textJob(const TextCacheKey& key, const Result& result);