diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-08 01:05:32 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-08 01:05:32 +0000 |
commit | af8aca311a267b623cc336cdc4cf16fba3b254c8 (patch) | |
tree | 1301376872257908c07bf43540ed8b9a5a7eb81e /gpgcontext.h | |
parent | set images in paragraph tags in integrated help and minor html code corrections (diff) | |
download | gpg4usb-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.h | 4 |
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; |