From 7915ce6bd38e93f64bb150aab4158160174407f6 Mon Sep 17 00:00:00 2001 From: con Date: Fri, 14 Jan 2011 11:19:57 +0100 Subject: Show wrap indicator also for searches in help views. Task-number: QTCREATORBUG-2753 --- src/plugins/help/centralwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/help/centralwidget.cpp') diff --git a/src/plugins/help/centralwidget.cpp b/src/plugins/help/centralwidget.cpp index 40b767c83b..1366d6a099 100644 --- a/src/plugins/help/centralwidget.cpp +++ b/src/plugins/help/centralwidget.cpp @@ -167,9 +167,9 @@ void CentralWidget::setCurrentPage(HelpViewer *page) } bool CentralWidget::find(const QString &txt, Find::FindFlags flags, - bool incremental) + bool incremental, bool *wrapped) { - return currentHelpViewer()->findText(txt, flags, incremental, false); + return currentHelpViewer()->findText(txt, flags, incremental, false, wrapped); } // -- public slots -- cgit v1.2.1