smf/smfservermodule/smfcommon/smftrackinfo.h
changeset 25 a180113055cb
parent 18 013a02bf2bb0
equal deleted inserted replaced
24:1cee9f1b95e0 25:a180113055cb
    31 #include <smfclientglobal.h>
    31 #include <smfclientglobal.h>
    32 #include <QMetaType>
    32 #include <QMetaType>
    33 
    33 
    34 class SmfTrackInfoPrivate;
    34 class SmfTrackInfoPrivate;
    35 
    35 
       
    36 /*
       
    37  * Implementation constants
       
    38  */
       
    39 const int SmfMusicTracksMaxSize = 2000;
       
    40 
    36 /**
    41 /**
    37  * @ingroup smf_common_group
    42  * @ingroup smf_common_group
    38  * The track info class represents information about a music track
    43  * The track info class represents information about a music track
    39  */
    44  */
    40 class SMFCOMMON_EXPORT SmfTrackInfo
    45 class SMFCOMMON_EXPORT SmfTrackInfo