From fbc19ae1dabf9fa9d07a9cbbfe2517016ac4d014 Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Wed, 11 Jan 2023 14:20:12 -0500 Subject: Implement "copy status" button --- src/archive_parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/archive_parser.h') diff --git a/src/archive_parser.h b/src/archive_parser.h index a396840..fba97cd 100644 --- a/src/archive_parser.h +++ b/src/archive_parser.h @@ -31,6 +31,7 @@ public: void update_status_list(ViewStatusTypes allowed_types, QListWidget *parent); QString get_html_status_info(int status_index, int text_zone_width); + QString get_html_status_text(int status_index); private: QString outbox_filename; ArchiveType archive_type; -- cgit v1.2.3-54-g00ecf