aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/helpwidget.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-09-24 12:29:23 +0200
committerEike Ziller <eike.ziller@digia.com>2014-09-26 14:47:23 +0200
commit85ac96511632c7037fc7720299b31d33681b4c88 (patch)
tree2a9a058611f9b7dce65645ac669f017b00e84664 /src/plugins/help/helpwidget.h
parent3f546f7bef45518c5dc95ab827675eb56185a3a2 (diff)
External Help: Add home and bookmark buttons
Change-Id: Ia2442dfa435e964820ec6a721071fce4d4a04061 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/help/helpwidget.h')
-rw-r--r--src/plugins/help/helpwidget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/help/helpwidget.h b/src/plugins/help/helpwidget.h
index eec99897340..12788746f72 100644
--- a/src/plugins/help/helpwidget.h
+++ b/src/plugins/help/helpwidget.h
@@ -72,14 +72,18 @@ private slots:
void updateForwardMenu();
void updateWindowTitle();
void helpModeButtonClicked();
+ void goHome();
+ void addBookmark();
private:
Core::IContext *m_context;
QAction *m_switchToHelp;
+ QAction *m_homeAction;
QMenu *m_backMenu;
QMenu *m_forwardMenu;
QAction *m_backAction;
QAction *m_forwardAction;
+ QAction *m_addBookmarkAction;
QAction *m_scaleUp;
QAction *m_scaleDown;
QAction *m_resetScale;