Inform of song change on play restart, add playlist auto sorting.

Fixes #511
This commit is contained in:
Jonas Kvinge
2020-10-01 19:58:16 +02:00
parent d09e2daf00
commit 872da05ff6
9 changed files with 60 additions and 23 deletions

View File

@@ -257,6 +257,7 @@ class PlaylistView : public QTreeView {
bool glow_enabled_;
bool select_track_;
bool auto_sort_;
bool currently_glowing_;
QBasicTimer glow_timer_;