diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-09-13 13:50:10 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-09-13 13:50:10 +0000 |
commit | ab5291eae4def42052f7b0ff538ebe727525b8b4 (patch) | |
tree | b1184f8e3144092f455de579bc86f4a3f239d257 /context.h | |
parent | use QTableWidget instead of QListWidget in KeyList, use bool for privkey in c... (diff) | |
download | gpg4usb-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
Diffstat (limited to 'context.h')
-rw-r--r-- | context.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ class GpgKey { public: + GpgKey() { + privkey=false; + } QString id; QString name; QString email; |