diff options
Diffstat (limited to 'src/qmmpui/playlistgroup.h')
| -rw-r--r-- | src/qmmpui/playlistgroup.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/qmmpui/playlistgroup.h b/src/qmmpui/playlistgroup.h index 4f37fd381..bd63b4cc7 100644 --- a/src/qmmpui/playlistgroup.h +++ b/src/qmmpui/playlistgroup.h @@ -39,22 +39,17 @@ public: bool contains(PlayListTrack *track) const; bool isEmpty() const; void remove(PlayListTrack *track); - QList<PlayListTrack *> *tracks(); - int count() const; - - - /*! * Returns formatted length of the item. */ const QString formattedLength() { return QString(); } - virtual bool isGroup() const { return true; } - void move(int from, int to); + QList<PlayListTrack *> takeAll(); + private: QList<PlayListTrack *> m_tracks; QString m_name; |
