diff options
Diffstat (limited to 'src/GpgFrontendContext.h')
-rw-r--r-- | src/GpgFrontendContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GpgFrontendContext.h b/src/GpgFrontendContext.h index 54d2f0b8..d72fb75b 100644 --- a/src/GpgFrontendContext.h +++ b/src/GpgFrontendContext.h @@ -38,6 +38,8 @@ struct GpgFrontendContext { bool load_ui_env; std::unique_ptr<QCoreApplication> app; + bool gather_external_gnupg_info; + /** * @brief Create a Instance object * |