aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgSmartCardManager.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-19 00:08:03 +0000
committersaturneric <[email protected]>2025-04-19 00:08:03 +0000
commita6b23476a2c38f2a2809cc4f80b3798a1e5c99a7 (patch)
tree65c024239a4d2864804bac16133347374947927f /src/core/function/gpg/GpgSmartCardManager.h
parentfix: operations of subkey (diff)
downloadGpgFrontend-a6b23476a2c38f2a2809cc4f80b3798a1e5c99a7.tar.gz
GpgFrontend-a6b23476a2c38f2a2809cc4f80b3798a1e5c99a7.zip
fix: gpg context will take response of gpg-agent
Diffstat (limited to 'src/core/function/gpg/GpgSmartCardManager.h')
-rw-r--r--src/core/function/gpg/GpgSmartCardManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/function/gpg/GpgSmartCardManager.h b/src/core/function/gpg/GpgSmartCardManager.h
index 02b07fa2..95fcd7c7 100644
--- a/src/core/function/gpg/GpgSmartCardManager.h
+++ b/src/core/function/gpg/GpgSmartCardManager.h
@@ -30,7 +30,7 @@
#include "core/function/basic/GpgFunctionObject.h"
#include "core/function/gpg/GpgAssuanHelper.h"
-#include "core/function/gpg/GpgComponentInfoGetter.h"
+#include "core/function/gpg/GpgComponentManager.h"
#include "core/function/gpg/GpgContext.h"
#include "core/model/GpgOpenPGPCard.h"
@@ -123,7 +123,7 @@ class GPGFRONTEND_CORE_EXPORT GpgSmartCardManager
GpgContext::GetInstance(SingletonFunctionObject::GetChannel()); ///<
GpgAssuanHelper& assuan_ =
GpgAssuanHelper::GetInstance(SingletonFunctionObject::GetChannel()); ///<
- GpgComponentInfoGetter& info_ = GpgComponentInfoGetter::GetInstance(
+ GpgComponentManager& info_ = GpgComponentManager::GetInstance(
SingletonFunctionObject::GetChannel()); ///<
QString cached_scd_serialno_status_hash_;