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/utils/LocalizedUtils.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/utils/LocalizedUtils.h')
-rw-r--r-- | src/core/utils/LocalizedUtils.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/utils/LocalizedUtils.h b/src/core/utils/LocalizedUtils.h index 882fcfb3..7419e5a5 100644 --- a/src/core/utils/LocalizedUtils.h +++ b/src/core/utils/LocalizedUtils.h @@ -28,12 +28,10 @@ #pragma once -#include "core/GpgFrontendCoreExport.h" - namespace GpgFrontend { -auto GPGFRONTEND_CORE_EXPORT GetLocalizedDateByTimestamp(time_t) -> QString; +auto GF_CORE_EXPORT GetLocalizedDateByTimestamp(time_t) -> QString; -auto GPGFRONTEND_CORE_EXPORT GetUTCDateByTimestamp(time_t) -> QString; +auto GF_CORE_EXPORT GetUTCDateByTimestamp(time_t) -> QString; } // namespace GpgFrontend
\ No newline at end of file |