diff options
Diffstat (limited to 'src/core/function/gpg/GpgContext.h')
-rw-r--r-- | src/core/function/gpg/GpgContext.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/function/gpg/GpgContext.h b/src/core/function/gpg/GpgContext.h index 16dd7c4a..d473a341 100644 --- a/src/core/function/gpg/GpgContext.h +++ b/src/core/function/gpg/GpgContext.h @@ -38,14 +38,14 @@ namespace GpgFrontend { * */ struct GpgContextInitArgs { - std::string db_path = {}; ///< + QString db_path = {}; ///< bool test_mode = false; ///< bool offline_mode = false; ///< bool auto_import_missing_key = false; ///< - bool custom_gpgconf = false; ///< - std::string custom_gpgconf_path; ///< + bool custom_gpgconf = false; ///< + QString custom_gpgconf_path; ///< bool use_pinentry = false; ///< }; |