aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/KeyPackageOperator.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-11-07 07:57:28 +0000
committersaturneric <[email protected]>2023-11-07 07:57:28 +0000
commit4dcd2ac8c4f673fc21c4cf0072d6cb648ca64e7e (patch)
treed5e09d3170922aa288877344a8a90905b0c02d62 /src/core/function/KeyPackageOperator.h
parentrefactor: remove CommonUtils at core (diff)
downloadGpgFrontend-4dcd2ac8c4f673fc21c4cf0072d6cb648ca64e7e.tar.gz
GpgFrontend-4dcd2ac8c4f673fc21c4cf0072d6cb648ca64e7e.zip
refactor: separate typedef and impl
Diffstat (limited to 'src/core/function/KeyPackageOperator.h')
-rw-r--r--src/core/function/KeyPackageOperator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/function/KeyPackageOperator.h b/src/core/function/KeyPackageOperator.h
index 26939271..e2fcc3e4 100644
--- a/src/core/function/KeyPackageOperator.h
+++ b/src/core/function/KeyPackageOperator.h
@@ -83,8 +83,7 @@ class GPGFRONTEND_CORE_EXPORT KeyPackageOperator {
*/
static auto ImportKeyPackage(const std::filesystem::path &key_package_path,
const std::filesystem::path &phrase_path,
- GpgFrontend::GpgImportInformation &import_info)
- -> bool;
+ GpgImportInformation &import_info) -> bool;
private:
/**