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.h | |
| 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.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index bc39fe2aa..f0f7f71da 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -495,14 +495,18 @@ public slots: */ void setQueued(PlayListTrack* item); /*! - * Removes invalid items from playlist + * Removes invalid tracks from playlist */ void removeInvalidTracks(); /*! - * Removes duplicate items by URL. + * Removes duplicate tracks by URL. */ void removeDuplicates(); /*! + * Removes invalid tracks and scans parent directories for the new files + */ + void refresh(); + /*! * Removes all items from queue. */ void clearQueue(); |
