aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/helpwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/help/helpwidget.h')
-rw-r--r--src/plugins/help/helpwidget.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/plugins/help/helpwidget.h b/src/plugins/help/helpwidget.h
index 40cca45e3d..e79314d940 100644
--- a/src/plugins/help/helpwidget.h
+++ b/src/plugins/help/helpwidget.h
@@ -96,7 +96,7 @@ public:
void open(const QUrl &url, bool newPage = false);
HelpViewer *openNewPage(const QUrl &url);
void openFromSearch(const QUrl &url, const QStringList &searchTerms, bool newPage = false);
- void showLinks(const QMap<QString, QUrl> &links, const QString &key,
+ void showLinks(const QMultiMap<QString, QUrl> &links, const QString &key,
bool newPage = false);
void activateSideBarItem(const QString &id);
@@ -142,6 +142,12 @@ private:
void addSideBar();
QString sideBarSettingsKey() const;
+#ifdef HELP_NEW_FILTER_ENGINE
+ void setupFilterCombo();
+ void filterDocumentation(int filterIndex);
+ void currentFilterChanged(const QString &filter);
+#endif
+
OpenPagesModel m_model;
OpenPagesManager *m_openPagesManager = nullptr;
Core::IContext *m_context = nullptr;