forked from qt-creator/qt-creator
Implement text highlight support after full text search.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user