diff options
author | Saturneric <[email protected]> | 2021-08-25 10:00:48 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-08-25 10:00:48 +0000 |
commit | 5b55ebfe6758e3aa7a3b66dbaa5231002291eb44 (patch) | |
tree | 28fe92ffec2d5608b5e6af665ec3b8f06922364a /include/gpg/GpgUID.h | |
parent | Merge branch 'develop' (diff) | |
parent | Update Documents. (diff) | |
download | GpgFrontend-5b55ebfe6758e3aa7a3b66dbaa5231002291eb44.tar.gz GpgFrontend-5b55ebfe6758e3aa7a3b66dbaa5231002291eb44.zip |
Merge branch '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; |