diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-01-31 12:54:37 +0100 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-01-31 12:54:37 +0100 |
| commit | f2fbf39307234e30b32b931f5a16ce266d0cdc40 (patch) | |
| tree | c528f96decddb247edd903d5c0b7497c0a7adbce /context.cpp | |
| parent | added keymgmt to menu (diff) | |
| download | gpg4usb-f2fbf39307234e30b32b931f5a16ce266d0cdc40.tar.gz gpg4usb-f2fbf39307234e30b32b931f5a16ce266d0cdc40.zip | |
added key property dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@251 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.cpp')
| -rw-r--r-- | context.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
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) |
