aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmodel.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/playlistmodel.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/playlistmodel.h')
-rw-r--r--src/qmmpui/playlistmodel.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h
index 6f9e9f9d1..f63dec6b2 100644
--- a/src/qmmpui/playlistmodel.h
+++ b/src/qmmpui/playlistmodel.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006-2009 by Ilya Kotov *
+ * Copyright (C) 2006-2010 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -403,7 +403,7 @@ public slots:
/*!
* Removes duplicate items by URL.
*/
- //void removeDuplicates();
+ void removeDuplicates();
private:
/*!
@@ -432,7 +432,6 @@ private:
*/
void removeSelection(bool inverted = false);
-
private slots:
void preparePlayState();