diff options
Diffstat (limited to 'src/core/function/gpg/GpgAssuanHelper.h')
-rw-r--r-- | src/core/function/gpg/GpgAssuanHelper.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/function/gpg/GpgAssuanHelper.h b/src/core/function/gpg/GpgAssuanHelper.h index 6e58e27c..a0c45d7a 100644 --- a/src/core/function/gpg/GpgAssuanHelper.h +++ b/src/core/function/gpg/GpgAssuanHelper.h @@ -113,6 +113,10 @@ class GPGFRONTEND_CORE_EXPORT GpgAssuanHelper GpgContext::GetInstance(SingletonFunctionObject::GetChannel()); QMap<GpgComponentType, assuan_context_t> assuan_ctx_; + QByteArray temp_data_; + QString temp_status_; + QString gpgconf_path_; + /** * @brief * @@ -169,10 +173,6 @@ class GPGFRONTEND_CORE_EXPORT GpgAssuanHelper */ static auto default_inquery_callback(void* opaque, const char* inquery) -> gpgme_error_t; - - QByteArray temp_data_; - QString temp_status_; - QString gpgconf_path_; }; }; // namespace GpgFrontend
\ No newline at end of file |