Mercurial > minori
diff src/pages/now_playing.cpp @ 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 |
line wrap: on
line diff
--- a/src/pages/now_playing.cpp Wed Aug 16 00:49:17 2023 -0400 +++ b/src/pages/now_playing.cpp Thu Aug 24 23:11:38 2023 -0400 @@ -1,6 +1,7 @@ -#include "window.h" +#include "now_playing.h" -NowPlaying::NowPlaying(page_t* page, wxPanel* frame) { - page->panel = new wxPanel(frame, wxID_ANY, wxPoint(0, 0), wxSize(400, 600)); - page->panel->Show(false); +NowPlayingWidget::NowPlayingWidget(QWidget* parent) : QWidget(parent) { + } + +#include "moc_now_playing.cpp" \ No newline at end of file