diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-09-19 15:49:06 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-09-19 15:49:06 +0000 |
| commit | 2fe45d334cccaa911cd52bb57a261f56e9e333ee (patch) | |
| tree | 73dea6b865b653c9690d7fac3402aa67347d2608 /src/plugins/General/fileops/fileops.cpp | |
| parent | ffe8b952265b5d0ae3a56d3959326b3c02ccc7b1 (diff) | |
| download | qmmp-2fe45d334cccaa911cd52bb57a261f56e9e333ee.tar.gz qmmp-2fe45d334cccaa911cd52bb57a261f56e9e333ee.tar.bz2 qmmp-2fe45d334cccaa911cd52bb57a261f56e9e333ee.zip | |
changed playlist api
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2356 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/fileops/fileops.cpp')
| -rw-r--r-- | src/plugins/General/fileops/fileops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<PlayListItem*> items = model->getSelectedItems(); + QList<PlayListItem*> items = model->selectedItems(); switch (type) { |
