Implement text highlight support after full text search.

This commit is contained in:
kh1
2010-03-30 16:10:05 +02:00
parent 6ea66ca3bd
commit a8801d15c5
3 changed files with 39 additions and 13 deletions

View File

@@ -83,7 +83,7 @@ public:
bool isBackwardAvailable() const;
bool findText(const QString &text, Find::IFindSupport::FindFlags flags,
bool incremental);
bool incremental, bool fromSearch);
static QString AboutBlankPage;
static QString PageNotFoundMessage;