From 477a7257e3aaec13dac7096ab91749399543502e Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Mon, 26 Dec 2022 17:41:45 -0500 Subject: Implement initial archive parsing --- src/mainwindow.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index d9c62bf..2cbb9df 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -4,6 +4,8 @@ #include #include +#include "archive_parser.h" + struct ViewTootTypes { bool includePublic = true; bool includeUnlisted = true; @@ -43,5 +45,7 @@ private: QString outbox_filename; ViewTootTypes view_filters; + + Archive *data_archive = nullptr; }; #endif // MAINWINDOW_H -- cgit v1.2.3-54-g00ecf