aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-08-16 15:04:44 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-08-16 15:04:44 +0000
commit6d3f57c0ffe2c8956c64dc7fed52733cfd1ecced (patch)
tree5b27db8335b2a314229b6dac16f041288f4cd509 /gpgwin.h
parentreorganized svn to support tags and branches (diff)
downloadgpg4usb-6d3f57c0ffe2c8956c64dc7fed52733cfd1ecced.tar.gz
gpg4usb-6d3f57c0ffe2c8956c64dc7fed52733cfd1ecced.zip
start of binary-file handling (decrypt/encrypt), kind of works, but still a lot has to be done
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@145 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.h')
-rw-r--r--gpgwin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpgwin.h b/gpgwin.h
index 975c87a..272bafe 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -23,6 +23,7 @@
#include <QtGui>
#include "context.h"
#include "keylist.h"
+#include "attachments.h"
class QAction;
class QMenu;
@@ -82,6 +83,7 @@ private:
QString curFile;
KeyList *m_keyList;
+ Attachments *m_attachments;
GpgME::Context *myCtx;
QString iconPath;
};