aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-09-13 13:50:10 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-09-13 13:50:10 +0000
commitab5291eae4def42052f7b0ff538ebe727525b8b4 (patch)
treeb1184f8e3144092f455de579bc86f4a3f239d257
parentuse QTableWidget instead of QListWidget in KeyList, use bool for privkey in c... (diff)
downloadgpg4usb-ab5291eae4def42052f7b0ff538ebe727525b8b4.tar.gz
gpg4usb-ab5291eae4def42052f7b0ff538ebe727525b8b4.zip
setting privkey to false in constructor of keylist
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@161 34ebc366-c3a9-4b3c-9f84-69acf7962910
-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;