diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-11 21:12:34 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-11 21:12:34 +0000 |
| commit | 29c73615f48a72b13e1ebeb8871fb7129715d21f (patch) | |
| tree | 7852ade033fca90a99b347d52b220eec0bfbc21d /src/ui/playlist.cpp | |
| parent | 11b7655bb103974d3a855d64dc0b6ec1b0df4ba1 (diff) | |
| download | qmmp-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/ui/playlist.cpp')
| -rw-r--r-- | src/ui/playlist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/playlist.cpp b/src/ui/playlist.cpp index 87047731f..dd89852bc 100644 --- a/src/ui/playlist.cpp +++ b/src/ui/playlist.cpp @@ -208,6 +208,7 @@ void PlayList::createActions() m_subMenu->addSeparator(); m_subMenu->addAction (tr("Remove unavailable files"), m_pl_manager, SLOT(removeInvalidItems())); + m_subMenu->addAction (tr("Remove duplicates"), m_pl_manager, SLOT(removeDuplicates())); //listwidget menu QAction *detailsAct = new QAction (tr ("&View Track Details"),this); |
