Mercurial > minori
comparison 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 |
parents | 23d0d9319a00 |
children |
comparison
equal
deleted
inserted
replaced
6:1d82f6e04d7d | 7:07a9095eaeed |
---|---|
1 #ifndef __now_playing_h | 1 #ifndef __now_playing_h |
2 #define __now_playing_h | 2 #define __now_playing_h |
3 #include <QWidget> | |
3 | 4 |
4 class NowPlaying { | 5 class NowPlayingWidget : public QWidget { |
6 Q_OBJECT | |
7 | |
5 public: | 8 public: |
6 NowPlaying(page_t* page, wxPanel* frame); | 9 NowPlayingWidget(QWidget* parent = nullptr); |
7 }; | 10 }; |
8 | 11 |
9 #endif // __now_playing_h | 12 #endif // __now_playing_h |