Mercurial > minori
comparison include/gui/widgets/anime_info.h @ 85:c69230dc2b5d
*: cleanup includes
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 29 Oct 2023 00:57:03 -0400 |
parents | 8b65c417c225 |
children | 8043152ef9d4 |
comparison
equal
deleted
inserted
replaced
84:eab9e623eb84 | 85:c69230dc2b5d |
---|---|
1 #ifndef __gui__widgets__anime_info_h | 1 #ifndef __gui__widgets__anime_info_h |
2 #define __gui__widgets__anime_info_h | 2 #define __gui__widgets__anime_info_h |
3 | |
3 #include <QWidget> | 4 #include <QWidget> |
4 #include "gui/widgets/text.h" | 5 |
6 namespace TextWidgets { | |
7 class OneLineSection; | |
8 class LabelledSection; | |
9 class SelectableSection; | |
10 } | |
5 | 11 |
6 namespace Anime { | 12 namespace Anime { |
7 class Anime; | 13 class Anime; |
8 } | 14 } |
9 | 15 |