diff options
Diffstat (limited to '')
-rw-r--r-- | include/gpg/GpgKey.h | 2 |
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; |