smf/inc/common/smfmusic/smfartists_p.h
changeset 5 edb9dc8273d9
parent 3 0446eb7b28aa
equal deleted inserted replaced
4:969092730d34 5:edb9dc8273d9
    29 {
    29 {
    30 public:
    30 public:
    31 	/**
    31 	/**
    32 	 * Constructor
    32 	 * Constructor
    33 	 */
    33 	 */
    34 	SmfArtistsPrivate( ) { 
    34 	SmfArtistsPrivate( );
    35 		m_names.clear(); 
       
    36 		m_url.clear();
       
    37 	}
       
    38 	
    35 	
    39 	/**
    36 	/**
    40 	 * Copy Consturctor
    37 	 * Copy Consturctor
    41 	 * @param aOther The reference object to be copy constructed
    38 	 * @param aOther The reference object to be copy constructed
    42 	 */
    39 	 */
    43 	SmfArtistsPrivate( const SmfArtistsPrivate &aOther ) : 
    40 	SmfArtistsPrivate( const SmfArtistsPrivate &aOther );
    44 		QSharedData ( aOther ), 
       
    45 		m_names ( aOther.m_names ), 
       
    46 		m_image ( aOther.m_image ),
       
    47 		m_url ( aOther.m_url ) 	{ }
       
    48 	
       
    49 	/**
    41 	/**
    50 	 * Destructor
    42 	 * Destructor
    51 	 */
    43 	 */
    52 	~SmfArtistsPrivate( );
    44 	~SmfArtistsPrivate( );
    53   
    45