diff options
author | saturneric <[email protected]> | 2025-04-19 00:08:03 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-19 00:08:03 +0000 |
commit | a6b23476a2c38f2a2809cc4f80b3798a1e5c99a7 (patch) | |
tree | 65c024239a4d2864804bac16133347374947927f /src/core/function/gpg/GpgAssuanHelper.h | |
parent | fix: operations of subkey (diff) | |
download | GpgFrontend-a6b23476a2c38f2a2809cc4f80b3798a1e5c99a7.tar.gz GpgFrontend-a6b23476a2c38f2a2809cc4f80b3798a1e5c99a7.zip |
fix: gpg context will take response of gpg-agent
Diffstat (limited to 'src/core/function/gpg/GpgAssuanHelper.h')
-rw-r--r-- | src/core/function/gpg/GpgAssuanHelper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/function/gpg/GpgAssuanHelper.h b/src/core/function/gpg/GpgAssuanHelper.h index 7f3854b6..adf6d0ff 100644 --- a/src/core/function/gpg/GpgAssuanHelper.h +++ b/src/core/function/gpg/GpgAssuanHelper.h @@ -115,8 +115,8 @@ class GPGFRONTEND_CORE_EXPORT GpgAssuanHelper * @param command * @return auto */ - auto SendDataCommand(GpgComponentType type, - const QString& command) -> std::tuple<bool, QStringList>; + auto SendDataCommand(GpgComponentType type, const QString& command) + -> std::tuple<GpgError, QStringList>; private: GpgContext& ctx_ = |