diff options
Diffstat (limited to 'include/gpg/GpgContext.h')
-rw-r--r-- | include/gpg/GpgContext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpg/GpgContext.h b/include/gpg/GpgContext.h index ac01c532..858566d5 100644 --- a/include/gpg/GpgContext.h +++ b/include/gpg/GpgContext.h @@ -190,14 +190,14 @@ namespace GpgME { bool debug; bool good = true; - static gpgme_error_t readToBuffer(gpgme_data_t dataIn, QByteArray *outBuffer); - QByteArray mPasswordCache; QSettings settings; GpgKeyList mKeyList; QMap<QString, GpgKey *> mKeyMap; + static gpgme_error_t readToBuffer(gpgme_data_t dataIn, QByteArray *outBuffer); + void fetch_keys(); static void checkErr(gpgme_error_t gpgmeError); |