annotate include/gui/pages/now_playing.h @ 22:33961277a40f
ci: switch image from arch to alpine
| author |
Paper <mrpapersonic@gmail.com> |
| date |
Tue, 19 Sep 2023 23:50:02 -0400 |
| parents |
5c0397762b53 |
| children |
fe719c109dbc |
| rev |
line source |
|
9
|
1 #ifndef __gui__pages__now_playing_h
|
|
|
2 #define __gui__pages__now_playing_h
|
|
7
|
3 #include <QWidget>
|
|
2
|
4
|
|
7
|
5 class NowPlayingWidget : public QWidget {
|
|
9
|
6 Q_OBJECT
|
|
7
|
7
|
|
2
|
8 public:
|
|
7
|
9 NowPlayingWidget(QWidget* parent = nullptr);
|
|
2
|
10 };
|
|
|
11
|
|
9
|
12 #endif // __gui__pages__now_playing_h
|