annotate include/gui/pages/now_playing.h @ 54:466ac9870df9
add stub pages (to be implemented)
author |
Paper <mrpapersonic@gmail.com> |
date |
Tue, 26 Sep 2023 11:18:50 -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
|