aboutsummaryrefslogtreecommitdiffstats
path: root/gpgcontext.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-11-19 11:07:11 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-11-19 11:07:11 +0000
commit8933e7407b7ad5de695d3dcd202053abcc2f4acb (patch)
treea34849c08e4fe6c9dab97a2539aeab06a2aa0b6d /gpgcontext.h
parentadded file-toolbar, moved import key dropdown menu to keytoolbar, separated q... (diff)
downloadgpg4usb-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.h2
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);