aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
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; }