aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-16 00:28:55 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-16 00:28:55 +0000
commita6c1843ed6e8ec767d49e5206c91d2dcc0ba296f (patch)
treeff2e45ecd92ab12e616a08998ff9c76cc893b2da /context.h
parentoverload import function to provide keyserverUrl (diff)
downloadgpg4usb-a6c1843ed6e8ec767d49e5206c91d2dcc0ba296f.tar.gz
gpg4usb-a6c1843ed6e8ec767d49e5206c91d2dcc0ba296f.zip
added keyservertab to settings
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@553 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.h')
-rw-r--r--context.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/context.h b/context.h
index 7ca00d5..705a07e 100644
--- a/context.h
+++ b/context.h
@@ -51,19 +51,6 @@ public:
typedef QLinkedList< GpgKey > GpgKeyList;
-class GpgSignature
-{
-public:
- QString fpr;
- QString name;
- QString email;
- gpgme_error_t signStatusCode;
- QString signStatusString;
- bool presentInKeyList;
-};
-
-typedef QLinkedList< GpgSignature > GpgSignatureList;
-
namespace GpgME
{