add boost in because wt seems to now complain about it. Remove first song change message as it's unlikely anyone will encounter it with other events firing soon after. Start cleaning up some container/layout mess. Implement trackdetails and show this on the play controls.

This commit is contained in:
Kevin Whitaker
2017-02-16 22:55:14 -05:00
parent b101657669
commit 167b2f9084
6 changed files with 64 additions and 22 deletions

View File

@@ -37,10 +37,8 @@ public:
WebInterface* app;
Wt::WVBoxLayout* interfaceLayout;
Wt::WContainerWidget* playControlContainer;
Wt::WHBoxLayout* playControlLayout;
Wt::WVBoxLayout* voteControlLayout;
Wt::WContainerWidget* voteControlContainer;
//Play controls
TrackDetails* currentTrackDetails;