Mercurial > minori
comparison include/gui/pages/now_playing.h @ 85:c69230dc2b5d
*: cleanup includes
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 29 Oct 2023 00:57:03 -0400 |
parents | d02fdf1d6708 |
children | 8043152ef9d4 |
comparison
equal
deleted
inserted
replaced
84:eab9e623eb84 | 85:c69230dc2b5d |
---|---|
1 #ifndef __gui__pages__now_playing_h | 1 #ifndef __gui__pages__now_playing_h |
2 #define __gui__pages__now_playing_h | 2 #define __gui__pages__now_playing_h |
3 | |
3 #include <QFrame> | 4 #include <QFrame> |
4 #include <unordered_map> | 5 #include <unordered_map> |
5 | 6 |
6 class QStackedWidget; | 7 class QStackedWidget; |
8 | |
7 namespace Anime { | 9 namespace Anime { |
8 class Anime; | 10 class Anime; |
9 } | 11 } |
10 | 12 |
11 class NowPlayingPage : public QFrame { | 13 class NowPlayingPage : public QFrame { |