aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-10-08 16:20:18 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-10-08 16:20:18 +0000
commit291ec4f4c4ba6463834d529336e6c7a677f344e5 (patch)
tree4bec9fc1eac8a62598f4337151479e7310ef136c /context.h
parentnow keylist is refreshed in all keylists (mainwindow and keymgmt ), when one ... (diff)
downloadgpg4usb-291ec4f4c4ba6463834d529336e6c7a677f344e5.tar.gz
gpg4usb-291ec4f4c4ba6463834d529336e6c7a677f344e5.zip
renamed m_ctx to mCtx in context.*
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@187 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 8f4cc99..9986d55 100644
--- a/context.h
+++ b/context.h
@@ -72,7 +72,7 @@ signals:
void keyDBChanged();
private:
- gpgme_ctx_t m_ctx;
+ gpgme_ctx_t mCtx;
gpgme_data_t in, out;
gpgme_error_t err;
gpgme_error_t readToBuffer(gpgme_data_t in, QByteArray *outBuffer);