diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-11 17:59:44 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-11 17:59:44 +0000 |
| commit | 542c1d2d3a26ce23b1d0668011b420db231334d2 (patch) | |
| tree | 412aa9a141d5500c38f547945fbb8f4fc5553caf /src/ui/playlist.cpp | |
| parent | 677943a044c8dbbc17e3936d5f13471db280bf56 (diff) | |
| download | qmmp-542c1d2d3a26ce23b1d0668011b420db231334d2.tar.gz qmmp-542c1d2d3a26ce23b1d0668011b420db231334d2.tar.bz2 qmmp-542c1d2d3a26ce23b1d0668011b420db231334d2.zip | |
prepare for duplicates search
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1618 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/playlist.cpp')
| -rw-r--r-- | src/ui/playlist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/playlist.cpp b/src/ui/playlist.cpp index 273eec5e1..32892385f 100644 --- a/src/ui/playlist.cpp +++ b/src/ui/playlist.cpp @@ -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 * @@ -207,7 +207,7 @@ void PlayList::createActions() connect (remUnselAct, SIGNAL (triggered()), m_pl_manager, SLOT (removeUnselected ())); m_subMenu->addSeparator(); - m_subMenu->addAction (tr("Remove unavailable files"), m_pl_manager, SLOT(clearInvalidItems())); + m_subMenu->addAction (tr("Remove unavailable files"), m_pl_manager, SLOT(removeInvalidItems())); //listwidget menu QAction *detailsAct = new QAction (tr ("&View Track Details"),this); |
