equal
deleted
inserted
replaced
31 #include "smftrackinfo.h" |
31 #include "smftrackinfo.h" |
32 #include "smfcomment.h" |
32 #include "smfcomment.h" |
33 |
33 |
34 class SmfPlaylistPrivate; |
34 class SmfPlaylistPrivate; |
35 |
35 |
|
36 const int SmfMusicPlaylistMaxSize = 5000; |
|
37 |
36 /** |
38 /** |
37 * @ingroup smf_common_group |
39 * @ingroup smf_common_group |
38 * The playlist class represents an instance of a playlist. |
40 * The playlist class represents an instance of a playlist. |
39 * SmfPlaylist class is in accordance with the XML Shareable Playlist Format (XSPF) |
41 * SmfPlaylist class is in accordance with the XML Shareable Playlist Format (XSPF) |
40 * as mentioned in http://xspf.org/xspf-v1.html |
42 * as mentioned in http://xspf.org/xspf-v1.html |