From f2fbf39307234e30b32b931f5a16ce266d0cdc40 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 31 Jan 2010 11:54:37 +0000 Subject: added key property dialog git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@251 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- context.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'context.cpp') diff --git a/context.cpp b/context.cpp index 1c48a1b..6ca8b02 100644 --- a/context.cpp +++ b/context.cpp @@ -154,7 +154,6 @@ gpgme_key_t Context::getKeyDetails(QString uid) // gpgme_error_t err; gpgme_key_t key; - qDebug() << "before"; /*gpgme_op_keylist_start (mCctx, uid.toAscii().constData(), 0); gpgme_op_keylist_next (mCtx, &key); @@ -165,10 +164,7 @@ gpgme_key_t Context::getKeyDetails(QString uid) qDebug() << key->uids->email; gpgme_key_release (key);*/ gpgme_get_key (mCtx, uid.toAscii().constData(), &key, 1); - - qDebug() << "after"; - return key; - + return key; } /** List all availabe Keys (VERY much like kgpgme) -- cgit