diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-12-15 22:49:38 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-12-15 22:49:38 +0000 |
commit | e5ab12795e4f0a42a8ce18cace5a57a83a255c37 (patch) | |
tree | 03866aa970498d82325e922e1e14c578b8f0e030 /gpgwin.cpp | |
parent | set quoted printable decoding in settings checked per default (diff) | |
download | gpg4usb-e5ab12795e4f0a42a8ce18cace5a57a83a255c37.tar.gz gpg4usb-e5ab12795e4f0a42a8ce18cace5a57a83a255c37.zip |
start playing with verify, till now mainly copyed from gpgme-test - more to come ;-)
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@403 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r-- | gpgwin.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -688,6 +688,9 @@ void GpgWin::importKeyFromFile() void GpgWin::openKeyManagement() { + + mCtx->verify(QByteArray()); + if (!keyMgmt) { keyMgmt = new KeyMgmt(mCtx, iconPath); // keyMgmt->resize(800, 400); |