aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg/GpgKey.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/gpg/GpgKey.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpg/GpgKey.h b/include/gpg/GpgKey.h
index ec796780..f83a2a1e 100644
--- a/include/gpg/GpgKey.h
+++ b/include/gpg/GpgKey.h
@@ -56,6 +56,8 @@ public:
bool revoked{};
bool disabled{};
+ bool has_master_key{};
+
bool good = false;
QVector<GpgSubKey> subKeys;