From a6c1843ed6e8ec767d49e5206c91d2dcc0ba296f Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 16 Oct 2011 00:28:55 +0000 Subject: added keyservertab to settings git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@553 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- context.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'context.h') 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 { -- cgit v1.2.3