diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-19 11:07:11 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-19 11:07:11 +0000 |
commit | 8933e7407b7ad5de695d3dcd202053abcc2f4acb (patch) | |
tree | a34849c08e4fe6c9dab97a2539aeab06a2aa0b6d /gpgcontext.h | |
parent | added file-toolbar, moved import key dropdown menu to keytoolbar, separated q... (diff) | |
download | gpg4usb-8933e7407b7ad5de695d3dcd202053abcc2f4acb.tar.gz gpg4usb-8933e7407b7ad5de695d3dcd202053abcc2f4acb.zip |
also strike out revoked keys in keylist
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@638 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgcontext.h')
-rw-r--r-- | gpgcontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |