Fixed bug with order of queued tracks and prev-historied tracks
[someplayer] / src / player / player.h
index e381838..a2fdbf7 100644 (file)
@@ -60,6 +60,7 @@ namespace SomePlayer {
                        bool _repeat;
                        QStack<int> _history;
                        QQueue<int> _queue;
+                       QStack<int> _prev_history;
                        Playlist _playlist;
                        Phonon::MediaObject *_player;
                        Phonon::AudioOutput *_output;