smf/smfservermodule/smfclient/common/smfmusicrating.h
changeset 14 a469c0e6e7fb
parent 7 be09cf1f39dd
equal deleted inserted replaced
13:b5d63d5fc252 14:a469c0e6e7fb
    20 
    20 
    21 #ifndef SMFMUSICRATING_H_
    21 #ifndef SMFMUSICRATING_H_
    22 #define SMFMUSICRATING_H_
    22 #define SMFMUSICRATING_H_
    23 
    23 
    24 #include <QSharedData>
    24 #include <QSharedData>
    25 #include <smfclientglobal.h>
    25 #include "smfclientglobal.h"
    26 #include <QMetaType>
    26 #include <QMetaType>
    27 
    27 
    28 class SmfTrackInfo;
    28 class SmfTrackInfo;
    29 class SmfMusicRatingPrivate;
    29 class SmfMusicRatingPrivate;
    30 
    30