From 09cd063cdc395087a4b255ce6a84dfc65fe6b10a Mon Sep 17 00:00:00 2001 From: con Date: Thu, 1 Oct 2009 13:33:51 +0200 Subject: Help->Contents also opens the Qt Creator manual now. --- src/plugins/help/helpplugin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/help') 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() -- cgit v1.2.1