aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'context.h')
-rw-r--r--context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/context.h b/context.h
index 705a07e..25a225e 100644
--- a/context.h
+++ b/context.h
@@ -45,8 +45,9 @@ public:
QString id;
QString name;
QString email;
- bool privkey;
QString fpr;
+ bool privkey;
+ bool expired;
};
typedef QLinkedList< GpgKey > GpgKeyList;