annotate src/include/now_playing.h @ 7:07a9095eaeed
Update
Refactored some code, moved some around
author |
Paper <mrpapersonic@gmail.com> |
date |
Thu, 24 Aug 2023 23:11:38 -0400 (19 months ago) |
parents |
23d0d9319a00 |
children |
|
rev |
line source |
2
|
1 #ifndef __now_playing_h
|
|
2 #define __now_playing_h
|
7
|
3 #include <QWidget>
|
2
|
4
|
7
|
5 class NowPlayingWidget : public QWidget {
|
|
6 Q_OBJECT
|
|
7
|
2
|
8 public:
|
7
|
9 NowPlayingWidget(QWidget* parent = nullptr);
|
2
|
10 };
|
|
11
|
|
12 #endif // __now_playing_h
|