diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-09 12:01:22 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-09 12:01:22 +0000 |
| commit | ebd7f9bc697973366de8a6bf7265051e825e0680 (patch) | |
| tree | 1feb9df1c5fe3493e9aa1dd8f5d6233a38ae9d3c /src/qmmpui/groupedcontainer_p.h | |
| parent | bc7ad688c646afd2a89e5c5ff58696f2df2c8605 (diff) | |
| download | qmmp-ebd7f9bc697973366de8a6bf7265051e825e0680.tar.gz qmmp-ebd7f9bc697973366de8a6bf7265051e825e0680.tar.bz2 qmmp-ebd7f9bc697973366de8a6bf7265051e825e0680.zip | |
renaming experimental branch
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4675 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/groupedcontainer_p.h')
| -rw-r--r-- | src/qmmpui/groupedcontainer_p.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/qmmpui/groupedcontainer_p.h b/src/qmmpui/groupedcontainer_p.h index 241b07fc4..449493144 100644 --- a/src/qmmpui/groupedcontainer_p.h +++ b/src/qmmpui/groupedcontainer_p.h @@ -37,7 +37,9 @@ public: void addTrack(PlayListTrack *track); void addTracks(QList<PlayListTrack *> tracks); void insertTrack(int index, PlayListTrack *track); + void replaceTracks(QList<PlayListTrack *> tracks); QList<PlayListGroup *> groups() const; + QList<PlayListTrack *> tracks() const; QList<PlayListItem *> items() const; int count() const; int trackCount() const; @@ -61,13 +63,10 @@ public: void reverseList(); void randomizeList(); - void sort(int mode); - void sortSelection(int mode); private: void updateCache() const; QList<PlayListGroup *> m_groups; - bool m_reverted; mutable QList<PlayListItem *> m_items; mutable bool m_update; |
