aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-08-27 13:53:43 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-08-27 13:53:43 +0000
commitd97fa22ec56017842e38856df04f38d3de0e12dd (patch)
tree9bdbdf7f1f47621bd1c308398a26687d4309c0ef /context.h
parentbit more specific help text (diff)
downloadgpg4usb-d97fa22ec56017842e38856df04f38d3de0e12dd.tar.gz
gpg4usb-d97fa22ec56017842e38856df04f38d3de0e12dd.zip
fix bug that crashes windows-build when encrypting twice
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@366 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.h')
-rw-r--r--context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/context.h b/context.h
index 5acc04b..234ec5b 100644
--- a/context.h
+++ b/context.h
@@ -79,7 +79,7 @@ private:
gpgme_data_t in, out;
gpgme_error_t err;
gpgme_error_t readToBuffer(gpgme_data_t in, QByteArray *outBuffer);
- QByteArray m_cache;
+ QByteArray mPasswordCache;
bool debug;
void checkErr(gpgme_error_t err) const;
void checkErr(gpgme_error_t err, QString comment) const;