aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/filtersettingspage.h
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2010-03-23 18:11:43 +0100
committerkh1 <qt-info@nokia.com>2010-03-23 18:13:12 +0100
commit6ac6be5db223d6c6b302c34a7e65b129605fb343 (patch)
tree567d43e0cfb3c310ff496e1323b571fb50498c41 /src/plugins/help/filtersettingspage.h
parentc3326eb627a11ca13d0ff2b8d131daa3ca457afd (diff)
Rewrite of the whole help modul initialization.
We now do as much as possible lazy initialisation, e.g only start the full text search indexer if we really access the search widget. Also moved the QFutur progress into the search widget. Changed all ctors to be called without an argument, since we share the help engines from help manager all over the place. Make use of the fact that we only need to call setupData on the gui engine if we access the help mode, otherwise all data is fetched thru the core engine whichs setupData is really fast.
Diffstat (limited to 'src/plugins/help/filtersettingspage.h')
-rw-r--r--src/plugins/help/filtersettingspage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/help/filtersettingspage.h b/src/plugins/help/filtersettingspage.h
index e834b2f7493..74398e51c53 100644
--- a/src/plugins/help/filtersettingspage.h
+++ b/src/plugins/help/filtersettingspage.h
@@ -54,7 +54,8 @@ public:
void finish() {}
virtual bool matches(const QString &s) const;
- bool applyChanges();
+signals:
+ void filtersChanged();
private slots:
void updateAttributes(QListWidgetItem *item);