From ef99ddfe5187268f24eb7ae5b8d5db0fb0a33ee8 Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Mon, 26 Dec 2022 22:35:52 -0500 Subject: Rename ViewTootTypes to ViewStatusTypes --- 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 e2d70df..47c7ea4 100644 --- a/src/archive_parser.h +++ b/src/archive_parser.h @@ -28,7 +28,7 @@ public: ~Archive(); InitError init(); - QStringList get_status_list(ViewTootTypes types); + QStringList get_status_list(ViewStatusTypes types); private: QString outbox_filename; ArchiveType archive_type; -- cgit v1.2.3-54-g00ecf