aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
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;