aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive_parser.h
diff options
context:
space:
mode:
authorConfuSomu2022-12-26 22:35:52 -0500
committerConfuSomu2022-12-26 22:35:52 -0500
commitef99ddfe5187268f24eb7ae5b8d5db0fb0a33ee8 (patch)
tree0b2141806aba7a693eb437e7a4aec3d84c8b2722 /src/archive_parser.h
parentd8c90957841fe714e0cb3b4a7f1c9f1e7afb9dea (diff)
downloadActorViewer-ef99ddfe5187268f24eb7ae5b8d5db0fb0a33ee8.tar
ActorViewer-ef99ddfe5187268f24eb7ae5b8d5db0fb0a33ee8.tar.gz
ActorViewer-ef99ddfe5187268f24eb7ae5b8d5db0fb0a33ee8.zip
Rename ViewTootTypes to ViewStatusTypes
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 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;