smf/smfservermodule/smfcommon/smfplaylist.h
changeset 25 a180113055cb
parent 18 013a02bf2bb0
equal deleted inserted replaced
24:1cee9f1b95e0 25:a180113055cb
    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