comparison include/gui/pages/anime_list.h @ 83:d02fdf1d6708

*: huuuge update 1. make the now playing page function correctly 2. de-constructorfy many of our custom widgets, allowing them to be changed on-the-fly from the Now Playing page 3. ... :)
author Paper <mrpapersonic@gmail.com>
date Tue, 24 Oct 2023 22:01:02 -0400
parents 6f7385bd334c
children c69230dc2b5d
comparison
equal deleted inserted replaced
82:8b65c417c225 83:d02fdf1d6708
93 93
94 private: 94 private:
95 QTabBar* tab_bar; 95 QTabBar* tab_bar;
96 QTreeView* tree_view; 96 QTreeView* tree_view;
97 QRect panelRect; 97 QRect panelRect;
98 AnimeListPageSortFilter* sort_models[5]; 98 std::array<AnimeListPageSortFilter*, 5> sort_models;
99 }; 99 };
100 #endif // __gui__pages__anime_list_h 100 #endif // __gui__pages__anime_list_h