From 9297ee92c6fc0be6893c53082853b7565f7f6bc4 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 20 Jul 2017 07:41:05 +0200 Subject: Help: Fix destination of index locator filter When using locator in the external help window, open help pages or show the topic chooser in the external help window, not the main window. Change-Id: I792223147f1eb00addafb2618017536c126c71dd Reviewed-by: David Schulz --- src/plugins/help/helpwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/help/helpwidget.h') diff --git a/src/plugins/help/helpwidget.h b/src/plugins/help/helpwidget.h index 5fa1ad1faa..3e27d28619 100644 --- a/src/plugins/help/helpwidget.h +++ b/src/plugins/help/helpwidget.h @@ -74,7 +74,7 @@ public: void open(const QUrl &url, bool newPage = false); void openFromSearch(const QUrl &url, const QStringList &searchTerms, bool newPage = false); - void showTopicChooser(const QMap &links, const QString &key, + void showLinks(const QMap &links, const QString &key, bool newPage = false); void activateSideBarItem(const QString &id); -- cgit v1.2.1