From 09cd063cdc395087a4b255ce6a84dfc65fe6b10a Mon Sep 17 00:00:00 2001
From: con <qtc-committer@nokia.com>
Date: Thu, 1 Oct 2009 13:33:51 +0200
Subject: [PATCH] Help->Contents also opens the Qt Creator manual now.

---
 src/plugins/help/helpplugin.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp
index d09f87920aa..8e2c3752fd3 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()
-- 
GitLab