diff options
Diffstat (limited to 'src/core/utils/LocalizedUtils.h')
-rw-r--r-- | src/core/utils/LocalizedUtils.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/core/utils/LocalizedUtils.h b/src/core/utils/LocalizedUtils.h index d7aaf0c8..10ada833 100644 --- a/src/core/utils/LocalizedUtils.h +++ b/src/core/utils/LocalizedUtils.h @@ -28,8 +28,12 @@ #pragma once +#include "core/GpgFrontendCoreExport.h" + namespace GpgFrontend { -auto GPGFRONTEND_CORE_EXPORT GetFormatedDateByTimestamp(time_t) -> QString; +auto GPGFRONTEND_CORE_EXPORT GetLocalizedDateByTimestamp(time_t) -> QString; + +auto GPGFRONTEND_CORE_EXPORT GetUTCDateByTimestamp(time_t) -> QString; -}
\ No newline at end of file +} // namespace GpgFrontend
\ No newline at end of file |