aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-09-12 13:33:12 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-09-12 13:33:12 +0000
commit25c51ac7b4d03be29c85c20156e020dd623ed6b1 (patch)
treea776d34ee413a8d92f949a8047daa3a1a39201dc /context.h
parentfix for undefined int privkey (diff)
downloadgpg4usb-25c51ac7b4d03be29c85c20156e020dd623ed6b1.tar.gz
gpg4usb-25c51ac7b4d03be29c85c20156e020dd623ed6b1.zip
use QTableWidget instead of QListWidget in KeyList, use bool for privkey in context
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@160 34ebc366-c3a9-4b3c-9f84-69acf7962910
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;