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/gpg/GpgFileOpera.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/core/function/gpg/GpgFileOpera.h') diff --git a/src/core/function/gpg/GpgFileOpera.h b/src/core/function/gpg/GpgFileOpera.h index 4cbe70d2..ed544da2 100644 --- a/src/core/function/gpg/GpgFileOpera.h +++ b/src/core/function/gpg/GpgFileOpera.h @@ -40,7 +40,7 @@ namespace GpgFrontend { * * @class class: GpgBasicOperator */ -class GPGFRONTEND_CORE_EXPORT GpgFileOpera +class GF_CORE_EXPORT GpgFileOpera : public SingletonFunctionObject { public: /** @@ -74,9 +74,10 @@ class GPGFRONTEND_CORE_EXPORT GpgFileOpera * @param out_path * @return std::tuple */ - auto EncryptFileSync( - const GpgAbstractKeyPtrList& keys, const QString& in_path, bool ascii, - const QString& out_path) -> std::tuple; + auto EncryptFileSync(const GpgAbstractKeyPtrList& keys, + const QString& in_path, bool ascii, + const QString& out_path) + -> std::tuple; /** * @brief -- cgit v1.2.3