diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-10-08 16:20:18 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-10-08 16:20:18 +0000 |
commit | 291ec4f4c4ba6463834d529336e6c7a677f344e5 (patch) | |
tree | 4bec9fc1eac8a62598f4337151479e7310ef136c /context.h | |
parent | now keylist is refreshed in all keylists (mainwindow and keymgmt ), when one ... (diff) | |
download | gpg4usb-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |