diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-16 15:03:18 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-16 15:03:18 +0000 |
| commit | a5a2707ad816bb423b5ea1086bc1286d0b97e2a2 (patch) | |
| tree | 957ea76b5571dbf4210bbc7a7c969236293b32ca /src/qmmpui/normalcontainer_p.h | |
| parent | 955dc7e3a6318bda8868ea7d442d833e04b14650 (diff) | |
| download | qmmp-a5a2707ad816bb423b5ea1086bc1286d0b97e2a2.tar.gz qmmp-a5a2707ad816bb423b5ea1086bc1286d0b97e2a2.tar.bz2 qmmp-a5a2707ad816bb423b5ea1086bc1286d0b97e2a2.zip | |
added possibility to disable groups (not working yet)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3612 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/normalcontainer_p.h')
| -rw-r--r-- | src/qmmpui/normalcontainer_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/normalcontainer_p.h b/src/qmmpui/normalcontainer_p.h index 23286d9eb..05c257245 100644 --- a/src/qmmpui/normalcontainer_p.h +++ b/src/qmmpui/normalcontainer_p.h @@ -48,6 +48,7 @@ public: void removeTrack(PlayListTrack *track); void removeTracks(QList<PlayListTrack *> tracks); bool move(QList<int> indexes, int from, int to); + QList<PlayListTrack *> takeAllTracks(); void clear(); private: |
