From 0266ff1bbce2feccec34ab789f9e378948d1b24d Mon Sep 17 00:00:00 2001 From: saturneric Date: Thu, 11 Jan 2024 11:05:45 +0800 Subject: feat: improve api and ui of keys import and export --- src/core/function/KeyPackageOperator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/function/KeyPackageOperator.h') diff --git a/src/core/function/KeyPackageOperator.h b/src/core/function/KeyPackageOperator.h index 84b30adc..0bc51eff 100644 --- a/src/core/function/KeyPackageOperator.h +++ b/src/core/function/KeyPackageOperator.h @@ -82,8 +82,8 @@ class GPGFRONTEND_CORE_EXPORT KeyPackageOperator { * @return false if key package was not imported */ static auto ImportKeyPackage(const std::filesystem::path &key_package_path, - const std::filesystem::path &phrase_path, - GpgImportInformation &import_info) -> bool; + const std::filesystem::path &phrase_path) + -> std::tuple>; private: /** -- cgit v1.2.3