Open Users Guide url from Help menu

This commit is contained in:
Magne Sjaastad
2013-10-24 10:46:57 +02:00
parent 84bc586f9a
commit a74be74792
2 changed files with 19 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ private:
// Help actions
QAction* m_aboutAction;
QAction* m_commandLineHelpAction;
QAction* m_openUsersGuideInBrowserAction;
// Animation
caf::AnimationToolBar* m_animationToolBar;
@@ -245,6 +246,7 @@ private slots:
// Help slots
void slotAbout();
void slotShowCommandLineHelp();
void slotOpenUsersGuideInBrowserAction();
void slotSubWindowActivated(QMdiSubWindow* subWindow);
void slotCurrentChanged(const QModelIndex & current, const QModelIndex & previous);