Help->Contents also opens the Qt Creator manual now.

This commit is contained in:
con
2009-10-01 13:33:51 +02:00
parent 52a0e51ae6
commit 09cd063cdc

View File

@@ -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()