From 25c51ac7b4d03be29c85c20156e020dd623ed6b1 Mon Sep 17 00:00:00 2001 From: nils Date: Fri, 12 Sep 2008 13:33:12 +0000 Subject: 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 --- context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'context.h') 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; -- cgit v1.2.3