annotate include/gui/pages/now_playing.h @ 63:3d2decf093bb
*: fix many clang warnings
author |
Paper <mrpapersonic@gmail.com> |
date |
Sun, 01 Oct 2023 06:39:47 -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
|