aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmanager.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-03-11 21:12:34 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-03-11 21:12:34 +0000
commit29c73615f48a72b13e1ebeb8871fb7129715d21f (patch)
tree7852ade033fca90a99b347d52b220eec0bfbc21d /src/qmmpui/playlistmanager.h
parent11b7655bb103974d3a855d64dc0b6ec1b0df4ba1 (diff)
downloadqmmp-29c73615f48a72b13e1ebeb8871fb7129715d21f.tar.gz
qmmp-29c73615f48a72b13e1ebeb8871fb7129715d21f.tar.bz2
qmmp-29c73615f48a72b13e1ebeb8871fb7129715d21f.zip
added 'remove duplicates' action
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1621 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
-rw-r--r--src/qmmpui/playlistmanager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h
index 0a33b577a..ffcc3ab33 100644
--- a/src/qmmpui/playlistmanager.h
+++ b/src/qmmpui/playlistmanager.h
@@ -191,6 +191,10 @@ public slots:
* This is a convenience function and is the same as calling \b selectedPlayList()->clearInvalidItems()
*/
void removeInvalidItems();
+ /*!
+ * This is a convenience function and is the same as calling \b selectedPlayList()->removeDuplicates()
+ */
+ void removeDuplicates();
private: