From 70637af7415d4b318355eaf670611331908530f2 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 6 Sep 2013 05:55:41 +0000 Subject: select all group if needed git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3681 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistgroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmmpui/playlistgroup.h') diff --git a/src/qmmpui/playlistgroup.h b/src/qmmpui/playlistgroup.h index a766919b1..11e638744 100644 --- a/src/qmmpui/playlistgroup.h +++ b/src/qmmpui/playlistgroup.h @@ -40,7 +40,7 @@ public: bool contains(PlayListTrack *track) const; bool isEmpty() const; void remove(PlayListTrack *track); - QList *tracks(); + QList tracks(); int count() const; /*! * Returns formatted length of the item. -- cgit v1.2.3-13-gbd6f