diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-09-06 05:55:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-09-06 05:55:41 +0000 |
| commit | 70637af7415d4b318355eaf670611331908530f2 (patch) | |
| tree | b82194c2c5ec7817c1202b7cc07e6c1646ccd655 /src/qmmpui/playlistgroup.h | |
| parent | dc76e6a2b1672620f66bbaf4033341cdf5b600f7 (diff) | |
| download | qmmp-70637af7415d4b318355eaf670611331908530f2.tar.gz qmmp-70637af7415d4b318355eaf670611331908530f2.tar.bz2 qmmp-70637af7415d4b318355eaf670611331908530f2.zip | |
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
Diffstat (limited to 'src/qmmpui/playlistgroup.h')
| -rw-r--r-- | src/qmmpui/playlistgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<PlayListTrack *> *tracks(); + QList<PlayListTrack *> tracks(); int count() const; /*! * Returns formatted length of the item. |
