diff options
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); |