diff options
author | Saturneric <[email protected]> | 2021-08-10 14:06:45 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-08-10 14:06:45 +0000 |
commit | 61ced076e5effd3f8ddc76372242ba5fa67b6303 (patch) | |
tree | 4722a7cea8387c83f470d170d88e5a8164498d0b /include/gpg/GpgUID.h | |
parent | Merge branch 'develop-ci' into develop (diff) | |
download | GpgFrontend-61ced076e5effd3f8ddc76372242ba5fa67b6303.tar.gz GpgFrontend-61ced076e5effd3f8ddc76372242ba5fa67b6303.zip |
Add Functions:
GpgFrontend Settings
Service Token
Short Crypto Text
Functions TODO:
Revoke Cert Generation
Diffstat (limited to '')
-rw-r--r-- | include/gpg/GpgUID.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/gpg/GpgUID.h b/include/gpg/GpgUID.h index 99fe828f..6fb09446 100644 --- a/include/gpg/GpgUID.h +++ b/include/gpg/GpgUID.h @@ -28,7 +28,6 @@ #include <utility> #include "GpgFrontend.h" - #include "GpgKeySignature.h" struct GpgUID { @@ -41,9 +40,9 @@ struct GpgUID { QString uid{}; - bool revoked; + bool revoked{}; - bool invalid; + bool invalid{}; QVector<GpgKeySignature> signatures; |