aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgAssuanHelper.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-17 17:44:04 +0000
committersaturneric <[email protected]>2025-04-17 17:44:04 +0000
commit6f504e4f915f928e42b8574ca3f93eea5038984b (patch)
treed5542b5cfad3d597038f7621e9975447efd7d9e6 /src/core/function/gpg/GpgAssuanHelper.h
parentchore: update and check translations (diff)
downloadGpgFrontend-6f504e4f915f928e42b8574ca3f93eea5038984b.tar.gz
GpgFrontend-6f504e4f915f928e42b8574ca3f93eea5038984b.zip
feat: check scd version
Diffstat (limited to 'src/core/function/gpg/GpgAssuanHelper.h')
-rw-r--r--src/core/function/gpg/GpgAssuanHelper.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/function/gpg/GpgAssuanHelper.h b/src/core/function/gpg/GpgAssuanHelper.h
index a0c45d7a..294d33e0 100644
--- a/src/core/function/gpg/GpgAssuanHelper.h
+++ b/src/core/function/gpg/GpgAssuanHelper.h
@@ -108,6 +108,16 @@ class GPGFRONTEND_CORE_EXPORT GpgAssuanHelper
auto SendStatusCommand(GpgComponentType type, const QString& command)
-> std::tuple<bool, QStringList>;
+ /**
+ * @brief
+ *
+ * @param type
+ * @param command
+ * @return auto
+ */
+ auto SendDataCommand(GpgComponentType type,
+ const QString& command) -> std::tuple<bool, QStringList>;
+
private:
GpgContext& ctx_ =
GpgContext::GetInstance(SingletonFunctionObject::GetChannel());