smf/inc/common/smfmusic/smfmusicfingerprint_p.h
changeset 5 edb9dc8273d9
parent 3 0446eb7b28aa
equal deleted inserted replaced
4:969092730d34 5:edb9dc8273d9
    32 	
    32 	
    33 	/**
    33 	/**
    34 	 * Copy Consturctor
    34 	 * Copy Consturctor
    35 	 * @param aOther The reference object to be copy constructed
    35 	 * @param aOther The reference object to be copy constructed
    36 	 */
    36 	 */
    37 	SmfMusicFingerPrintPrivate( const SmfMusicFingerPrintPrivate &aOther ) : 
    37 	SmfMusicFingerPrintPrivate( const SmfMusicFingerPrintPrivate &aOther );
    38 		QSharedData ( aOther ), 
       
    39 		m_fingerPrintData ( aOther.m_fingerPrintData )	{ }
       
    40 	
       
    41 	/**
    38 	/**
    42 	 * Destructor
    39 	 * Destructor
    43 	 */
    40 	 */
    44 	~SmfMusicFingerPrintPrivate( );
    41 	~SmfMusicFingerPrintPrivate( );
    45   
    42