diff options
author | Eike Ziller <eike.ziller@qt.io> | 2019-09-27 13:05:34 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2019-09-30 11:19:21 +0000 |
commit | d34aee4d533304e3afacecf2ff0ae0d243fcd188 (patch) | |
tree | f0a1a04a735a328bee3e666e9985f31698dcb698 /src/plugins/help/helpwidget.h | |
parent | 6123580767bae14340119f64fa77c4c65c600184 (diff) | |
download | qt-creator-d34aee4d533304e3afacecf2ff0ae0d243fcd188.tar.gz |
Help: Fix missing page switching keyboard shortcuts for external window
Which are relevant now that external windows support multiple pages.
Change-Id: Ibc748e9e0582c8d54264af535c32aa2702f91631
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/help/helpwidget.h')
-rw-r--r-- | src/plugins/help/helpwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/help/helpwidget.h b/src/plugins/help/helpwidget.h index 53df93153e..f104e90b8d 100644 --- a/src/plugins/help/helpwidget.h +++ b/src/plugins/help/helpwidget.h @@ -161,6 +161,8 @@ private: QAction *m_resetScale = nullptr; QAction *m_printAction = nullptr; QAction *m_copy = nullptr; + QAction *m_gotoPrevious = nullptr; + QAction *m_gotoNext = nullptr; QStackedWidget *m_viewerStack = nullptr; QPrinter *m_printer = nullptr; |