diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-01-18 13:00:23 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-01-18 13:00:23 +0000 |
| commit | 9e379f3ee5febcb63182ad8902774e7d6761cfaf (patch) | |
| tree | 2b65db911be446a84d70480b45a222dd752e085f /src/qmmpui/playlistmodel.cpp | |
| parent | cdd760219518207e90bf3db0a0415ed2c00bc2fc (diff) | |
| download | qmmp-9e379f3ee5febcb63182ad8902774e7d6761cfaf.tar.gz qmmp-9e379f3ee5febcb63182ad8902774e7d6761cfaf.tar.bz2 qmmp-9e379f3ee5febcb63182ad8902774e7d6761cfaf.zip | |
prepare for refresh playlist function
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6059 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.cpp')
| -rw-r--r-- | src/qmmpui/playlistmodel.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.cpp b/src/qmmpui/playlistmodel.cpp index 768dd6e36..fc8824fe4 100644 --- a/src/qmmpui/playlistmodel.cpp +++ b/src/qmmpui/playlistmodel.cpp @@ -977,6 +977,11 @@ void PlayListModel::removeDuplicates() m_task->removeDuplicates(m_container->tracks(), m_current_track); } +void PlayListModel::refresh() +{ + m_task->refresh(m_container->tracks(), m_current_track); +} + void PlayListModel::clearQueue() { m_queued_songs.clear(); |
