aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorConfuSomu2022-12-26 18:18:21 -0500
committerConfuSomu2022-12-26 18:18:21 -0500
commit8b3b17f03ed8a3bfc9d72978f8b0134807132ee0 (patch)
treebafdd7cba619b16e3478eb10107e0d2235be9b51 /src/mainwindow.h
parent477a7257e3aaec13dac7096ab91749399543502e (diff)
downloadActorViewer-8b3b17f03ed8a3bfc9d72978f8b0134807132ee0.tar
ActorViewer-8b3b17f03ed8a3bfc9d72978f8b0134807132ee0.tar.gz
ActorViewer-8b3b17f03ed8a3bfc9d72978f8b0134807132ee0.zip
Implement initial list of statuses
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h9
1 files changed, 1 insertions, 8 deletions
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 <qobjectdefs.h>
#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; }