diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-01-19 07:42:23 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-01-19 07:42:23 +0000 |
| commit | 2ab1fd161b64ad3cdf87bf8bf0be78d42f69157c (patch) | |
| tree | a0c0843e5a75eb3170410651a7cafe15dd662cdb /src/qmmpui/playlisttask_p.h | |
| parent | 9e379f3ee5febcb63182ad8902774e7d6761cfaf (diff) | |
| download | qmmp-2ab1fd161b64ad3cdf87bf8bf0be78d42f69157c.tar.gz qmmp-2ab1fd161b64ad3cdf87bf8bf0be78d42f69157c.tar.bz2 qmmp-2ab1fd161b64ad3cdf87bf8bf0be78d42f69157c.zip | |
added feature to refresh playlist
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6060 90c681e8-e032-0410-971d-27865f9a5e38
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; |
