aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/centralwidget.h
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2011-01-14 11:19:57 +0100
committercon <qtc-committer@nokia.com>2011-01-14 11:19:57 +0100
commit7915ce6bd38e93f64bb150aab4158160174407f6 (patch)
tree51aada13b98644d16c498e8dbb2d66196994e22a /src/plugins/help/centralwidget.h
parentebb9e252779aff1ff874565c2b056f1c8319c2c8 (diff)
Show wrap indicator also for searches in help views.
Task-number: QTCREATORBUG-2753
Diffstat (limited to 'src/plugins/help/centralwidget.h')
-rw-r--r--src/plugins/help/centralwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/centralwidget.h b/src/plugins/help/centralwidget.h
index 6b088fa6992..0024dba3d7c 100644
--- a/src/plugins/help/centralwidget.h
+++ b/src/plugins/help/centralwidget.h
@@ -73,7 +73,7 @@ public:
void setCurrentPage(HelpViewer *page);
bool find(const QString &txt, Find::FindFlags findFlags,
- bool incremental);
+ bool incremental, bool *wrapped = 0);
public slots:
void copy();