Mercurial > minori
comparison 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 |
comparison
equal
deleted
inserted
replaced
6:1d82f6e04d7d | 7:07a9095eaeed |
---|---|
1 #include "window.h" | 1 #include "now_playing.h" |
2 | 2 |
3 NowPlaying::NowPlaying(page_t* page, wxPanel* frame) { | 3 NowPlayingWidget::NowPlayingWidget(QWidget* parent) : QWidget(parent) { |
4 page->panel = new wxPanel(frame, wxID_ANY, wxPoint(0, 0), wxSize(400, 600)); | 4 |
5 page->panel->Show(false); | |
6 } | 5 } |
6 | |
7 #include "moc_now_playing.cpp" |