aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg/GpgUID.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-08-25 10:00:48 +0000
committerSaturneric <[email protected]>2021-08-25 10:00:48 +0000
commit5b55ebfe6758e3aa7a3b66dbaa5231002291eb44 (patch)
tree28fe92ffec2d5608b5e6af665ec3b8f06922364a /include/gpg/GpgUID.h
parentMerge branch 'develop' (diff)
parentUpdate Documents. (diff)
downloadGpgFrontend-5b55ebfe6758e3aa7a3b66dbaa5231002291eb44.tar.gz
GpgFrontend-5b55ebfe6758e3aa7a3b66dbaa5231002291eb44.zip
Merge branch '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;