diff options
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 5 |
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(); |
