Add option to automatically select current playing track

This commit is contained in:
Jonas Kvinge
2019-10-27 02:11:51 +01:00
parent 73164f7182
commit 3de85549b6
4 changed files with 21 additions and 3 deletions

View File

@@ -240,6 +240,8 @@ class PlaylistView : public QTreeView {
int previous_background_image_y_;
bool glow_enabled_;
bool select_track_;
bool currently_glowing_;
QBasicTimer glow_timer_;
int glow_intensity_step_;