aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/localhelpmanager.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-10-01 17:52:57 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2014-10-13 11:17:13 +0200
commit3c59cdd0319fbf1099f378907aeac514d1d57810 (patch)
treef23f085d9bd6636bc58feba8556f005c665f0d66 /src/plugins/help/localhelpmanager.cpp
parent286dd71a5d9cf79cb42d70543347fb5a915eddae (diff)
Add index and filter combo box to external help window
Change-Id: Icc815379220c55d9d7dc5d154278ba21ce2e9984 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/help/localhelpmanager.cpp')
-rw-r--r--src/plugins/help/localhelpmanager.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/help/localhelpmanager.cpp b/src/plugins/help/localhelpmanager.cpp
index 80b0fcd293b..6bff49b950a 100644
--- a/src/plugins/help/localhelpmanager.cpp
+++ b/src/plugins/help/localhelpmanager.cpp
@@ -253,6 +253,11 @@ void LocalHelpManager::setFilterIndex(int index)
emit m_instance->filterIndexChanged(m_currentFilterIndex);
}
+int LocalHelpManager::filterIndex()
+{
+ return m_currentFilterIndex;
+}
+
void LocalHelpManager::updateFilterModel()
{
const QHelpEngine &engine = helpEngine();