From 8933e7407b7ad5de695d3dcd202053abcc2f4acb Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 19 Nov 2011 11:07:11 +0000 Subject: also strike out revoked keys in keylist git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@638 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgcontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpgcontext.h') diff --git a/gpgcontext.h b/gpgcontext.h index 101dbdf..3e9e760 100644 --- a/gpgcontext.h +++ b/gpgcontext.h @@ -48,6 +48,7 @@ public: QString fpr; bool privkey; bool expired; + bool revoked; }; typedef QLinkedList< GpgKey > GpgKeyList; @@ -62,7 +63,6 @@ class GpgContext : public QObject public: GpgContext(); // Constructor ~GpgContext(); // Destructor - void importKey(QByteArray inBuffer); bool exportKeys(QStringList *uidList, QByteArray *outBuffer); void generateKey(QString *params); -- cgit v1.2.3