diff options
Diffstat (limited to 'src/qmmpui/playlisttask_p.h')
| -rw-r--r-- | src/qmmpui/playlisttask_p.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/playlisttask_p.h b/src/qmmpui/playlisttask_p.h index ea5c214d0..6799d635e 100644 --- a/src/qmmpui/playlisttask_p.h +++ b/src/qmmpui/playlisttask_p.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2014-2015 by Ilya Kotov * + * Copyright (C) 2014-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -74,6 +74,7 @@ private: QList <PlayListTrack *> m_tracks; QList <PlayListTrack *> m_input_tracks; QList<int> m_indexes; + QList <PlayListTrack *> m_new_tracks; PlayListTrack *m_current_track; int m_sort_mode; TaskType m_task; |
