diff -r 969092730d34 -r edb9dc8273d9 smf/inc/common/smfcontacts/smfcontact_p.h --- a/smf/inc/common/smfcontacts/smfcontact_p.h Thu Apr 15 15:40:08 2010 +0530 +++ b/smf/inc/common/smfcontacts/smfcontact_p.h Thu Apr 22 15:18:37 2010 +0530 @@ -30,16 +30,13 @@ /** * Constructor */ - SmfContactPrivate( ) { m_details.clear(); } + SmfContactPrivate( ); /** * Copy Consturctor * @param aOther The reference object to be copy constructed */ - SmfContactPrivate( const SmfContactPrivate &aOther ) : - QSharedData ( aOther ), - m_details ( aOther.m_details ) { } - + SmfContactPrivate( const SmfContactPrivate &aOther ); /** * Destructor */