Mercurial > minori
comparison include/gui/pages/now_playing.h @ 9:5c0397762b53
INCOMPLETE: megacommit :)
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Sun, 10 Sep 2023 03:59:16 -0400 |
| parents | src/include/now_playing.h@07a9095eaeed |
| children | fe719c109dbc |
comparison
equal
deleted
inserted
replaced
| 8:b1f73678ef61 | 9:5c0397762b53 |
|---|---|
| 1 #ifndef __gui__pages__now_playing_h | |
| 2 #define __gui__pages__now_playing_h | |
| 3 #include <QWidget> | |
| 4 | |
| 5 class NowPlayingWidget : public QWidget { | |
| 6 Q_OBJECT | |
| 7 | |
| 8 public: | |
| 9 NowPlayingWidget(QWidget* parent = nullptr); | |
| 10 }; | |
| 11 | |
| 12 #endif // __gui__pages__now_playing_h |
