Mercurial > minori
diff 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 |
line wrap: on
line diff
--- a/include/gui/pages/anime_list.h Mon Oct 23 13:37:42 2023 -0400 +++ b/include/gui/pages/anime_list.h Tue Oct 24 22:01:02 2023 -0400 @@ -95,6 +95,6 @@ QTabBar* tab_bar; QTreeView* tree_view; QRect panelRect; - AnimeListPageSortFilter* sort_models[5]; + std::array<AnimeListPageSortFilter*, 5> sort_models; }; #endif // __gui__pages__anime_list_h \ No newline at end of file