aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/utils/LocalizedUtils.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-05-01 14:39:10 +0000
committersaturneric <[email protected]>2025-05-01 14:39:10 +0000
commitc48a85cc0bcd6dd79e177d42ec27d7cc8262fd2d (patch)
tree45f3f09ccf9f38975881e4ce49901c0ae42ae3cc /src/core/utils/LocalizedUtils.h
parentfix: icon on linux platfrom (diff)
downloadGpgFrontend-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.h6
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