aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/MainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/MainWindow.h')
-rw-r--r--src/ui/MainWindow.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/ui/MainWindow.h b/src/ui/MainWindow.h
index f4eb70a8..97c5c73f 100644
--- a/src/ui/MainWindow.h
+++ b/src/ui/MainWindow.h
@@ -219,16 +219,6 @@ class MainWindow : public QMainWindow {
void slotOpenKeyManagement();
/**
- * @details Open about-dialog.
- */
- void slotAbout();
-
- /**
- * @details Open check-update-tab in about-dialog.
- */
- void slotCheckUpdate();
-
- /**
* @details Open File Opera Tab
*/
void slotOpenFileTab();
@@ -361,8 +351,6 @@ class MainWindow : public QMainWindow {
QToolBar* keyToolBar{}; /** Toolbar holding key operations */
QToolButton*
importButton{}; /** Toolbutton for import dropdown menu in toolbar */
- QToolButton* fileEncButton{}; /** Toolbutton for file cryption dropdown menu
- in toolbar */
QDockWidget* keyListDock{}; /** Encrypt Dock*/
QDockWidget* attachmentDock{}; /** Attachment Dock */
QDockWidget* infoBoardDock{};
@@ -404,6 +392,7 @@ class MainWindow : public QMainWindow {
QAction* zoomOutAct{}; /** Action to zoom out */
QAction* aboutAct{}; /** Action to open about dialog */
QAction* checkUpdateAct{}; /** Action to open about dialog */
+ QAction* translateAct{}; /** Action to open about dialog */
QAction* fileEncryptAct{}; /** Action to open dialog for encrypting file */
QAction* fileDecryptAct{}; /** Action to open dialog for decrypting file */
QAction* fileSignAct{}; /** Action to open dialog for signing file */