aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/context.h b/context.h
index 74488b4..fa00aab 100644
--- a/context.h
+++ b/context.h
@@ -30,6 +30,9 @@
class GpgKey
{
public:
+ GpgKey() {
+ privkey=false;
+ }
QString id;
QString name;
QString email;