Skip to content
Snippets Groups Projects
Commit 09cd063c authored by con's avatar con
Browse files

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

parent 52a0e51a
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment