Add some more missing shortcuts.

This commit is contained in:
kh1
2010-08-06 14:40:44 +02:00
parent 85bafac50e
commit 7b3208ce0f
3 changed files with 25 additions and 6 deletions

View File

@@ -1029,6 +1029,8 @@ void HelpPlugin::connectExternalHelpWindow()
SLOT(activateBookmarks()));
connect(m_externalWindow, SIGNAL(activateOpenPages()), this,
SLOT(activateOpenPages()));
connect(m_externalWindow, SIGNAL(addBookmark()), this,
SLOT(addBookmark()));
connect(m_externalWindow, SIGNAL(showHideSidebar()), this,
SLOT(showHideSidebar()));
}