aboutsummaryrefslogtreecommitdiffstats
path: root/gpgcontext.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-08 01:05:32 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-08 01:05:32 +0000
commitaf8aca311a267b623cc336cdc4cf16fba3b254c8 (patch)
tree1301376872257908c07bf43540ed8b9a5a7eb81e /gpgcontext.h
parentset images in paragraph tags in integrated help and minor html code corrections (diff)
downloadgpg4usb-af8aca311a267b623cc336cdc4cf16fba3b254c8.tar.gz
gpg4usb-af8aca311a267b623cc336cdc4cf16fba3b254c8.zip
added member mkeylist to gpgcontext for use in getkeybyfpr and getkeybyid
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@730 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgcontext.h')
-rw-r--r--gpgcontext.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gpgcontext.h b/gpgcontext.h
index b442142..54ddb12 100644
--- a/gpgcontext.h
+++ b/gpgcontext.h
@@ -149,6 +149,9 @@ public:
signals:
void keyDBChanged();
+private slots:
+ void refreshKeyList();
+
private:
gpgme_ctx_t mCtx;
gpgme_data_t in, out;
@@ -157,6 +160,7 @@ private:
QByteArray mPasswordCache;
QSettings settings;
bool debug;
+ GpgKeyList mKeyList;
int checkErr(gpgme_error_t err) const;
int checkErr(gpgme_error_t err, QString comment) const;