Find implementations now tell what find flags are actually supported.

This commit is contained in:
con
2009-07-13 14:48:45 +02:00
parent 7c6a9b6d2e
commit e38cec518b
10 changed files with 63 additions and 9 deletions

View File

@@ -50,6 +50,8 @@ public:
bool isEnabled() const;
bool supportsReplace() const { return false; }
IFindSupport::FindFlags supportedFindFlags() const;
void resetIncrementalSearch() {}
void clearResults() {}
QString currentFindString() const;
@@ -76,6 +78,7 @@ public:
bool isEnabled() const { return true; }
bool supportsReplace() const { return false; }
IFindSupport::FindFlags supportedFindFlags() const;
void resetIncrementalSearch() {}
void clearResults() {}
QString currentFindString() const;