diff include/gui/pages/anime_list.h @ 85:c69230dc2b5d

*: cleanup includes
author Paper <mrpapersonic@gmail.com>
date Sun, 29 Oct 2023 00:57:03 -0400
parents d02fdf1d6708
children 8043152ef9d4
line wrap: on
line diff
--- a/include/gui/pages/anime_list.h	Wed Oct 25 14:53:05 2023 -0400
+++ b/include/gui/pages/anime_list.h	Sun Oct 29 00:57:03 2023 -0400
@@ -1,13 +1,16 @@
 #ifndef __gui__pages__anime_list_h
 #define __gui__pages__anime_list_h
+
 #include "core/anime.h"
 #include <QAbstractListModel>
 #include <QSortFilterProxyModel>
 #include <QStyledItemDelegate>
-#include <QTreeView>
 #include <QWidget>
 #include <vector>
 
+class QTreeView;
+class QTabBar;
+
 class AnimeListPageDelegate : public QStyledItemDelegate {
 		Q_OBJECT
 
@@ -97,4 +100,5 @@
 		QRect panelRect;
 		std::array<AnimeListPageSortFilter*, 5> sort_models;
 };
+
 #endif // __gui__pages__anime_list_h
\ No newline at end of file