diff options
Diffstat (limited to '')
-rw-r--r-- | context.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ public: QString name; QString email; bool privkey; + QString fpr; }; typedef QLinkedList< GpgKey > GpgKeyList; |