forked from qt-creator/qt-creator
Move find flags from IFindSupport to more accessible place.
For later use in IFindFilter.
This commit is contained in:
@@ -82,7 +82,7 @@ public:
|
||||
bool isForwardAvailable() const;
|
||||
bool isBackwardAvailable() const;
|
||||
|
||||
bool findText(const QString &text, Find::IFindSupport::FindFlags flags,
|
||||
bool findText(const QString &text, Find::FindFlags flags,
|
||||
bool incremental, bool fromSearch);
|
||||
|
||||
static const QString NsNokia;
|
||||
|
||||
Reference in New Issue
Block a user