aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgwin.h')
-rw-r--r--gpgwin.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gpgwin.h b/gpgwin.h
index 5f8bc57..7721f18 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -71,7 +71,8 @@ public slots:
bool save();
bool saveAs();
void open();
-
+ void fileEncryption();
+
private:
void createActions();
void createMenus();
@@ -116,7 +117,8 @@ private:
QAction *pasteAct;
QAction *selectallAct;
QAction *aboutAct;
-
+ QAction *fileEncryptionAct;
+
QLineEdit *nameEdit;
QLineEdit *emailEdit;
QLineEdit *commentEdit;