Mercurial > minori
comparison include/gui/pages/now_playing.h @ 79:c489dd4434af
*: what did I do again?
I really forgot what I did here :)
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Thu, 12 Oct 2023 11:31:39 -0400 |
| parents | 27a19dd6cba1 |
| children | 825506f0e221 |
comparison
equal
deleted
inserted
replaced
| 78:1ce00c1c8ddc | 79:c489dd4434af |
|---|---|
| 8 Q_OBJECT | 8 Q_OBJECT |
| 9 | 9 |
| 10 public: | 10 public: |
| 11 NowPlayingPage(QWidget* parent = nullptr); | 11 NowPlayingPage(QWidget* parent = nullptr); |
| 12 void SetDefault(); | 12 void SetDefault(); |
| 13 void SetPlaying(int id); | 13 void SetPlaying(int id, int episodes); |
| 14 int GetPlayingId(); | 14 int GetPlayingId(); |
| 15 | 15 |
| 16 private: | 16 private: |
| 17 QStackedWidget* stack; | 17 QStackedWidget* stack; |
| 18 }; | 18 }; |
