From 8b3b17f03ed8a3bfc9d72978f8b0134807132ee0 Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Mon, 26 Dec 2022 18:18:21 -0500 Subject: Implement initial list of statuses --- src/mainwindow.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 2cbb9df..8a14bf8 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -5,14 +5,7 @@ #include #include "archive_parser.h" - -struct ViewTootTypes { - bool includePublic = true; - bool includeUnlisted = true; - bool includePrivate = true; - bool includeDirect = true; - bool onlyWithAttachment = false; -}; +#include "types.h" QT_BEGIN_NAMESPACE namespace Ui { class MainWindow; } -- cgit v1.2.3-54-g00ecf