diff options
Diffstat (limited to 'gpgwin.h')
-rw-r--r-- | gpgwin.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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; |