From f9143c0d39e2a2127eeedabdbb115e4072ee4ad9 Mon Sep 17 00:00:00 2001 From: ubbo Date: Fri, 3 Aug 2012 09:44:12 +0000 Subject: reorganize kgpg source tree git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2-mac@931 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgcontext.cpp | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'gpgcontext.cpp') diff --git a/gpgcontext.cpp b/gpgcontext.cpp index aa2c3da..f87ed11 100644 --- a/gpgcontext.cpp +++ b/gpgcontext.cpp @@ -23,7 +23,7 @@ #include "kgpg/gpgproc.h" #include "kgpg/kgpginterface.h" #include "kgpg/klinebufferedprocess.h" -#include "kgpg/kgpgkey.h" +#include "kgpg/core/kgpgkey.h" #ifdef _WIN32 #include #include /* contains read/write */ @@ -194,19 +194,6 @@ bool GpgContext::exportKeys(QStringList *uidList, QByteArray *outBuffer) return true; } -/*gpgme_key_t GpgContext::getKeyDetails(QString uid) -{ - gpgme_key_t key; - - // try secret - gpgme_get_key(mCtx, uid.toAscii().constData(), &key, 1); - // ok, its a public key - if (!key) { - gpgme_get_key(mCtx, uid.toAscii().constData(), &key, 0); - } - return key; -}*/ - KgpgCore::KgpgKey GpgContext::getKeyDetails(QString uid) { //KgpgCore::KgpgKey key; -- cgit v1.2.3