Allow changing track bg color easier.

This commit is contained in:
Kevin Whitaker
2017-02-18 17:24:45 -05:00
parent 25e4961f1a
commit d12e2471da
2 changed files with 7 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ public:
Wt::WText* trackAlbum;
void updateWithTrackDetails(AudioTrack track);
void changeBackgroundColor(Wt::WColor color);
};
#endif // TRACKDETAILS_H