From f43fb4b467c19e94e8c51d78600fd6355edef68e Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 4 Jan 2009 00:42:36 +0000 Subject: added file en-/decryption dialog git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@204 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gpgwin.h') 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; -- cgit v1.2.3