aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-12-15 22:49:38 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-12-15 22:49:38 +0000
commite5ab12795e4f0a42a8ce18cace5a57a83a255c37 (patch)
tree03866aa970498d82325e922e1e14c578b8f0e030 /gpgwin.cpp
parentset quoted printable decoding in settings checked per default (diff)
downloadgpg4usb-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.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index da6af8a..36c75d5 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -688,6 +688,9 @@ void GpgWin::importKeyFromFile()
void GpgWin::openKeyManagement()
{
+
+ mCtx->verify(QByteArray());
+
if (!keyMgmt) {
keyMgmt = new KeyMgmt(mCtx, iconPath);
// keyMgmt->resize(800, 400);