aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg/GpgUID.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-08-10 14:06:45 +0000
committerSaturneric <[email protected]>2021-08-10 14:06:45 +0000
commit61ced076e5effd3f8ddc76372242ba5fa67b6303 (patch)
tree4722a7cea8387c83f470d170d88e5a8164498d0b /include/gpg/GpgUID.h
parentMerge branch 'develop-ci' into develop (diff)
downloadGpgFrontend-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.h5
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;