forked from qt-creator/qt-creator
Show wrap indicator also for searches in help views.
Task-number: QTCREATORBUG-2753
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
||||
bool isBackwardAvailable() const;
|
||||
|
||||
bool findText(const QString &text, Find::FindFlags flags,
|
||||
bool incremental, bool fromSearch);
|
||||
bool incremental, bool fromSearch, bool *wrapped = 0);
|
||||
|
||||
static const QString NsNokia;
|
||||
static const QString NsTrolltech;
|
||||
|
||||
Reference in New Issue
Block a user