summaryrefslogtreecommitdiff
path: root/src/plugins/help/helpwidget.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-07-20 07:41:05 +0200
committerEike Ziller <eike.ziller@qt.io>2017-07-27 12:15:11 +0000
commit9297ee92c6fc0be6893c53082853b7565f7f6bc4 (patch)
tree9afcc3ebc0fd28fc192266dc9a6d818b851cbac7 /src/plugins/help/helpwidget.h
parentb1390a07ca3f4f31b2d6bfc9a330485df2940d39 (diff)
downloadqt-creator-9297ee92c6fc0be6893c53082853b7565f7f6bc4.tar.gz
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 <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/help/helpwidget.h')
-rw-r--r--src/plugins/help/helpwidget.h2
1 files changed, 1 insertions, 1 deletions
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<QString, QUrl> &links, const QString &key,
+ void showLinks(const QMap<QString, QUrl> &links, const QString &key,
bool newPage = false);
void activateSideBarItem(const QString &id);