diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-08-16 15:04:44 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-08-16 15:04:44 +0000 |
commit | 6d3f57c0ffe2c8956c64dc7fed52733cfd1ecced (patch) | |
tree | 5b27db8335b2a314229b6dac16f041288f4cd509 /gpgwin.h | |
parent | reorganized svn to support tags and branches (diff) | |
download | gpg4usb-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; }; |