diff options
author | saturneric <[email protected]> | 2024-03-02 18:22:27 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-03-02 18:22:27 +0000 |
commit | 3a0b2bd05af92fff313dcc6fa34fb87ac8030746 (patch) | |
tree | 420cc23dc12ca947e39906981c8814e04b51e0c4 /src/core/utils/LocalizedUtils.h | |
parent | fix: change GpgFrontend to Gpg Frontend on linux platform (diff) | |
parent | feat: add user agent header when doing http request (diff) | |
download | GpgFrontend-3a0b2bd05af92fff313dcc6fa34fb87ac8030746.tar.gz GpgFrontend-3a0b2bd05af92fff313dcc6fa34fb87ac8030746.zip |
Merge branch 'dev/2.1.2/main' into develop
Diffstat (limited to 'src/core/utils/LocalizedUtils.h')
-rw-r--r-- | src/core/utils/LocalizedUtils.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/utils/LocalizedUtils.h b/src/core/utils/LocalizedUtils.h index d7aaf0c8..b93b500c 100644 --- a/src/core/utils/LocalizedUtils.h +++ b/src/core/utils/LocalizedUtils.h @@ -30,6 +30,8 @@ namespace GpgFrontend { -auto GPGFRONTEND_CORE_EXPORT GetFormatedDateByTimestamp(time_t) -> QString; +auto GPGFRONTEND_CORE_EXPORT GetLocalizedDateByTimestamp(time_t) -> QString; -}
\ No newline at end of file +auto GPGFRONTEND_CORE_EXPORT GetUTCDateByTimestamp(time_t) -> QString; + +} // namespace GpgFrontend
\ No newline at end of file |