diff options
author | Saturn&Eric <[email protected]> | 2021-08-23 12:20:22 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-23 12:20:22 +0000 |
commit | cfc3f9545e713dc9378108b88d3dc97fd168a572 (patch) | |
tree | cb0ef59b60f1a0ebc70156fe1bb6a22c205497c3 /include/gpg/GpgUID.h | |
parent | Merge pull request #15 from saturneric/develop (diff) | |
parent | Fix a discovered problem. (diff) | |
download | GpgFrontend-cfc3f9545e713dc9378108b88d3dc97fd168a572.tar.gz GpgFrontend-cfc3f9545e713dc9378108b88d3dc97fd168a572.zip |
Merge pull request #22 from saturneric/develop
Diffstat (limited to 'include/gpg/GpgUID.h')
-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; |