aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-01-13 23:55:04 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-01-13 23:55:04 +0000
commit8de2c952ca87ec5d249d9ebdccd6c75972424f82 (patch)
treea86b802b799ea5974d900df02d78cb858e9ba621 /context.h
parentupdated todo (diff)
downloadgpg4usb-8de2c952ca87ec5d249d9ebdccd6c75972424f82.tar.gz
gpg4usb-8de2c952ca87ec5d249d9ebdccd6c75972424f82.zip
start on keydetailsdialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@242 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.h')
-rw-r--r--context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/context.h b/context.h
index c3397e4..7cc4439 100644
--- a/context.h
+++ b/context.h
@@ -69,6 +69,7 @@ public:
bool decrypt(const QByteArray &inBuffer, QByteArray *outBuffer);
void clearCache();
void exportSecretKey(QString uid, QByteArray *outBuffer);
+ gpgme_key_t getKeyDetails(QString uid);
signals:
void keyDBChanged();