From c48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d Mon Sep 17 00:00:00 2001 From: saturneric Date: Thu, 1 May 2025 16:39:10 +0200 Subject: refactor: add cmake functions to register module and library --- src/core/function/KeyPackageOperator.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/function/KeyPackageOperator.h') diff --git a/src/core/function/KeyPackageOperator.h b/src/core/function/KeyPackageOperator.h index d8c87dd1..da1e904c 100644 --- a/src/core/function/KeyPackageOperator.h +++ b/src/core/function/KeyPackageOperator.h @@ -37,7 +37,7 @@ namespace GpgFrontend { * @brief give the possibility to import or export a key package * */ -class GPGFRONTEND_CORE_EXPORT KeyPackageOperator { +class GF_CORE_EXPORT KeyPackageOperator { public: /** * @brief generate passphrase for key package and save it to file @@ -47,8 +47,8 @@ class GPGFRONTEND_CORE_EXPORT KeyPackageOperator { * @return true if passphrase was generated and saved * @return false if passphrase was not generated and saved */ - static auto GeneratePassphrase(const QString &phrase_path, - QString &phrase) -> bool; + static auto GeneratePassphrase(const QString &phrase_path, QString &phrase) + -> bool; /** * @brief generate the name of the key package -- cgit v1.2.3