diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-13 16:41:14 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-13 16:41:14 +0000 |
| commit | 14ff3ad8079147ef188270eb10631c0c2962435d (patch) | |
| tree | be428491ac41b06c8c8c85df8c5ddaefb761e76c /src/qmmpui/playlistgroup.cpp | |
| parent | 48a0ee1fcdac69def507f6d3a31ff6ee32b19480 (diff) | |
| download | qmmp-14ff3ad8079147ef188270eb10631c0c2962435d.tar.gz qmmp-14ff3ad8079147ef188270eb10631c0c2962435d.tar.bz2 qmmp-14ff3ad8079147ef188270eb10631c0c2962435d.zip | |
enabled item moving feature
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3592 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistgroup.cpp')
| -rw-r--r-- | src/qmmpui/playlistgroup.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qmmpui/playlistgroup.cpp b/src/qmmpui/playlistgroup.cpp index f6c7c943a..f0ddf8470 100644 --- a/src/qmmpui/playlistgroup.cpp +++ b/src/qmmpui/playlistgroup.cpp @@ -78,3 +78,8 @@ int PlayListGroup::count() const { return m_tracks.count(); } + +void PlayListGroup::move(int from, int to) +{ + m_tracks.move(from, to); +} |
