aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
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 <QMainWindow>
#include <qobjectdefs.h>
+#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