From 2fe45d334cccaa911cd52bb57a261f56e9e333ee Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 19 Sep 2011 15:49:06 +0000 Subject: changed playlist api git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2356 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/fileops/fileops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/fileops/fileops.cpp') diff --git a/src/plugins/General/fileops/fileops.cpp b/src/plugins/General/fileops/fileops.cpp index 83896e6b5..535159720 100644 --- a/src/plugins/General/fileops/fileops.cpp +++ b/src/plugins/General/fileops/fileops.cpp @@ -85,7 +85,7 @@ void FileOps::execAction(int n) QString destination = m_destinations.at(n); PlayListModel *model = MediaPlayer::instance()->playListManager()->selectedPlayList(); - QList items = model->getSelectedItems(); + QList items = model->selectedItems(); switch (type) { -- cgit v1.2.3-13-gbd6f