Add setting for configuring the color for the currently playing song

Fixes #676
This commit is contained in:
Jonas Kvinge
2021-04-01 02:17:30 +02:00
parent 45b9d0553f
commit 128223a28a
5 changed files with 112 additions and 3 deletions

View File

@@ -38,6 +38,7 @@
#include <QString>
#include <QImage>
#include <QPixmap>
#include <QColor>
#include <QRect>
#include <QRegion>
#include <QStyleOption>
@@ -297,6 +298,8 @@ class PlaylistView : public QTreeView {
DynamicPlaylistControls *dynamic_controls_;
RatingItemDelegate *rating_delegate_;
QColor playlist_playing_song_color_;
};
#endif // PLAYLISTVIEW_H