summaryrefslogtreecommitdiff
path: root/src/plugins/help
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2009-10-01 13:33:51 +0200
committercon <qtc-committer@nokia.com>2009-10-01 14:06:34 +0200
commit09cd063cdc395087a4b255ce6a84dfc65fe6b10a (patch)
treed4abcd6e951c341a9e8696ec12777e183856c267 /src/plugins/help
parent52a0e51ae63c8c8c9da98c34212f752392781056 (diff)
downloadqt-creator-09cd063cdc395087a4b255ce6a84dfc65fe6b10a.tar.gz
Help->Contents also opens the Qt Creator manual now.
Diffstat (limited to 'src/plugins/help')
-rw-r--r--src/plugins/help/helpplugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp
index d09f87920a..8e2c3752fd 100644
--- a/src/plugins/help/helpplugin.cpp
+++ b/src/plugins/help/helpplugin.cpp
@@ -816,6 +816,8 @@ void HelpPlugin::activateContents()
{
activateHelpMode();
m_sideBar->activateItem(m_contentItem);
+ openHelpPage(QString::fromLatin1("qthelp://com.nokia.qtcreator.%1%2%3/doc/index.html")
+ .arg(IDE_VERSION_MAJOR).arg(IDE_VERSION_MINOR).arg(IDE_VERSION_RELEASE));
}
void HelpPlugin::activateSearch()