diff options
Diffstat (limited to 'src/core/utils/LocalizedUtils.h')
-rw-r--r-- | src/core/utils/LocalizedUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/utils/LocalizedUtils.h b/src/core/utils/LocalizedUtils.h index ff09ac60..d7aaf0c8 100644 --- a/src/core/utils/LocalizedUtils.h +++ b/src/core/utils/LocalizedUtils.h @@ -30,6 +30,6 @@ namespace GpgFrontend { -auto GPGFRONTEND_CORE_EXPORT GetFormatedDateByTimestamp(time_t) -> std::string; +auto GPGFRONTEND_CORE_EXPORT GetFormatedDateByTimestamp(time_t) -> QString; }
\ No newline at end of file |