From 3095e11bfaba99fe4fb598a53914b80979aafe0f Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Tue, 4 Apr 2023 00:10:58 -0400 Subject: Display Activity publish date following locale This is an improved user experience over displaying the raw ISO 8601 date stored in the ActivityStream JSON-LD. --- src/archive_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/archive_parser.h') diff --git a/src/archive_parser.h b/src/archive_parser.h index 5d45812..6b2baa4 100644 --- a/src/archive_parser.h +++ b/src/archive_parser.h @@ -30,7 +30,7 @@ public: InitError init(); void update_status_list(ViewStatusTypes allowed_types, QListWidget *parent); - QString get_html_status_info(int status_index, int text_zone_width, StatusType status_type); + QString get_html_status_info(int status_index, int text_zone_width, StatusType status_type, QLocale* locale); QString get_html_status_text(int status_index); private: QString outbox_filename; -- cgit v1.2.3-54-g00ecf