aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive_parser.h
diff options
context:
space:
mode:
authorConfuSomu2023-04-04 00:10:58 -0400
committerConfuSomu2023-04-04 00:17:56 -0400
commit3095e11bfaba99fe4fb598a53914b80979aafe0f (patch)
treef573654eed84e75a515f32768b563b828b0bdc40 /src/archive_parser.h
parent14294369e2ee7e4914757054693fe77b450f7405 (diff)
downloadActorViewer-3095e11bfaba99fe4fb598a53914b80979aafe0f.tar
ActorViewer-3095e11bfaba99fe4fb598a53914b80979aafe0f.tar.gz
ActorViewer-3095e11bfaba99fe4fb598a53914b80979aafe0f.zip
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.
Diffstat (limited to 'src/archive_parser.h')
-rw-r--r--src/archive_parser.h2
1 files changed, 1 insertions, 1 deletions
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;