aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg/UID.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/gpg/UID.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gpg/UID.h b/include/gpg/UID.h
index d7a0f3bd..c048c7ad 100644
--- a/include/gpg/UID.h
+++ b/include/gpg/UID.h
@@ -41,6 +41,10 @@ struct UID {
QString uid{};
+ bool revoked;
+
+ bool invalid;
+
QVector<Signature> signatures;
UID() = default;