summaryrefslogtreecommitdiff
path: root/src/plugins/help/localhelpmanager.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2014-10-22 14:47:04 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2014-10-22 16:07:53 +0200
commit0fb6e31c20813e564126dc27c0ed434f2f372daf (patch)
tree3576a774551e33400e1741752d122ac6c608d80c /src/plugins/help/localhelpmanager.h
parent6f570684e04cb7f10b6636868a7c3e4a34862a71 (diff)
downloadqt-creator-0fb6e31c20813e564126dc27c0ed434f2f372daf.tar.gz
Help: Save home page in Qt Creator settings instead of help collection
And do not save the default page anywhere at all. This simplifies the logic, and makes the setting independent of help engine initialization. Change-Id: I264903229e274a0bf25c18b33734d36432aa525f Task-number: QTCREATORBUG-13198 Reviewed-by: Robert Loehning <robert.loehning@digia.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/help/localhelpmanager.h')
-rw-r--r--src/plugins/help/localhelpmanager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/help/localhelpmanager.h b/src/plugins/help/localhelpmanager.h
index f7f75d6cf9..4ca4067505 100644
--- a/src/plugins/help/localhelpmanager.h
+++ b/src/plugins/help/localhelpmanager.h
@@ -60,6 +60,10 @@ public:
static LocalHelpManager *instance();
+ static QString defaultHomePage();
+ static QString homePage();
+ static void setHomePage(const QString &page);
+
void setupGuiHelpEngine();
void setEngineNeedsUpdate();