summaryrefslogtreecommitdiff
path: root/src/plugins/help/docsettingspage.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/docsettingspage.h
parentc3326eb627a11ca13d0ff2b8d131daa3ca457afd (diff)
downloadqt-creator-6ac6be5db223d6c6b302c34a7e65b129605fb343.tar.gz
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/docsettingspage.h')
-rw-r--r--src/plugins/help/docsettingspage.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/help/docsettingspage.h b/src/plugins/help/docsettingspage.h
index c0be26f9ef..80c1bc67a7 100644
--- a/src/plugins/help/docsettingspage.h
+++ b/src/plugins/help/docsettingspage.h
@@ -54,11 +54,7 @@ public:
void finish() {}
virtual bool matches(const QString &s) const;
- QStringList docsToRegister() const;
- QStringList docsToUnregister() const;
-
signals:
- void dialogAccepted();
void documentationChanged();
private slots: