aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 16ee618..3106371 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -275,6 +275,8 @@ private:
QAction *selectallAct; /** Action to select whole text */
QAction *undoAct; /** Action to undo last action */
QAction *redoAct; /** Action to redo last action */
+ QAction *zoomInAct; /** Action to zoom in */
+ QAction *zoomOutAct; /** Action to zoom out */
QAction *aboutAct; /** Action to open about dialog */
QAction *fileEncryptionAct; /** Action to open file-encryption dialog */
QAction *fileEncryptAct; /** Action to open dialog for encrypting file */