aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/GpgContext.h')
-rw-r--r--src/core/GpgContext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/GpgContext.h b/src/core/GpgContext.h
index e1f1bda4..12a0fe1c 100644
--- a/src/core/GpgContext.h
+++ b/src/core/GpgContext.h
@@ -92,7 +92,7 @@ class GPGFRONTEND_CORE_EXPORT GpgContext
*
* @return const GpgInfo&
*/
- [[nodiscard]] const GpgInfo& GetInfo() const { return info_; }
+ [[nodiscard]] const GpgInfo& GetInfo(bool refresh = false);
/**
* @brief
@@ -104,6 +104,7 @@ class GPGFRONTEND_CORE_EXPORT GpgContext
private:
GpgInfo info_; ///<
GpgContextInitArgs args_; ///<
+ bool extend_info_loaded_ = false;
/**
* @brief