diff options
Diffstat (limited to '')
-rw-r--r-- | include/gpg/GpgSubKey.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gpg/GpgSubKey.h b/include/gpg/GpgSubKey.h index 229e04c9..f2da9e9e 100644 --- a/include/gpg/GpgSubKey.h +++ b/include/gpg/GpgSubKey.h @@ -45,6 +45,7 @@ struct GpgSubKey { bool expired{}; bool revoked{}; bool disabled{}; + bool secret{}; bool is_cardkey{}; QDateTime timestamp; |