summaryrefslogtreecommitdiff
path: root/src/plugins/help/helpwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/help/helpwidget.h')
-rw-r--r--src/plugins/help/helpwidget.h2
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;