diff options
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_ = |