smf/smfservermodule/smfclient/common/smfmusicprofile.h
changeset 14 a469c0e6e7fb
parent 7 be09cf1f39dd
equal deleted inserted replaced
13:b5d63d5fc252 14:a469c0e6e7fb
    18  */
    18  */
    19 
    19 
    20 #ifndef SMFMUSICPROFILE_H_
    20 #ifndef SMFMUSICPROFILE_H_
    21 #define SMFMUSICPROFILE_H_
    21 #define SMFMUSICPROFILE_H_
    22 
    22 
    23 #include <smftrackinfo.h>
    23 #include "smftrackinfo.h"
    24 #include <smfevent.h>
    24 #include "smfevent.h"
    25 #include <qdatastream.h>
    25 #include <qdatastream.h>
    26 #include <QSharedData>
    26 #include <QSharedData>
    27 #include <smfclientglobal.h>
    27 #include "smfclientglobal.h"
    28 #include <QMetaType>
    28 #include <QMetaType>
    29 
    29 
    30 class SmfMusicProfilePrivate;
    30 class SmfMusicProfilePrivate;
    31 
    31 /**
       
    32  * Implementation constants
       
    33  */
       
    34 const int SmfMusicProfileMaxSize = 20000;
    32 /**
    35 /**
    33  * @ingroup smf_common_group
    36  * @ingroup smf_common_group
    34  * The music profile class represents a user's profile in music site
    37  * The music profile class represents a user's profile in music site
    35  */
    38  */
    36 class SMFCLIENT_EXPORT SmfMusicProfile
    39 class SMFCLIENT_EXPORT SmfMusicProfile