aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg/GpgUID.h
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2021-08-23 12:20:22 +0000
committerGitHub <[email protected]>2021-08-23 12:20:22 +0000
commitcfc3f9545e713dc9378108b88d3dc97fd168a572 (patch)
treecb0ef59b60f1a0ebc70156fe1bb6a22c205497c3 /include/gpg/GpgUID.h
parentMerge pull request #15 from saturneric/develop (diff)
parentFix a discovered problem. (diff)
downloadGpgFrontend-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.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;