diff options
author | saturneric <[email protected]> | 2025-05-01 14:39:10 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-05-01 14:39:10 +0000 |
commit | c48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d (patch) | |
tree | 45f3f09ccf9f38975881e4ce49901c0ae42ae3cc /src/core/model/GpgKeyGenerateInfo.h | |
parent | fix: icon on linux platfrom (diff) | |
download | GpgFrontend-c48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d.tar.gz GpgFrontend-c48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d.zip |
refactor: add cmake functions to register module and library
Diffstat (limited to 'src/core/model/GpgKeyGenerateInfo.h')
-rw-r--r-- | src/core/model/GpgKeyGenerateInfo.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/model/GpgKeyGenerateInfo.h b/src/core/model/GpgKeyGenerateInfo.h index b3f3b2c7..00624667 100644 --- a/src/core/model/GpgKeyGenerateInfo.h +++ b/src/core/model/GpgKeyGenerateInfo.h @@ -28,12 +28,11 @@ #pragma once -#include "core/GpgFrontendCoreExport.h" #include "core/typedef/CoreTypedef.h" namespace GpgFrontend { -class GPGFRONTEND_CORE_EXPORT KeyAlgo { +class GF_CORE_EXPORT KeyAlgo { public: KeyAlgo() = default; @@ -76,7 +75,7 @@ class GPGFRONTEND_CORE_EXPORT KeyAlgo { QString supported_version_; }; -class GPGFRONTEND_CORE_EXPORT KeyGenerateInfo : public QObject { +class GF_CORE_EXPORT KeyGenerateInfo : public QObject { Q_OBJECT public: static const KeyAlgo kNoneAlgo; |