aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'context.h')
-rw-r--r--context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/context.h b/context.h
index 868b085..74488b4 100644
--- a/context.h
+++ b/context.h
@@ -33,7 +33,7 @@ public:
QString id;
QString name;
QString email;
- int privkey;
+ bool privkey;
};
typedef QLinkedList< GpgKey > GpgKeyList;