diff -r 90517678cc4f -r 453da2cfceef qtmobility/src/contacts/qcontact_p.h --- a/qtmobility/src/contacts/qcontact_p.h Mon May 03 13:18:40 2010 +0300 +++ b/qtmobility/src/contacts/qcontact_p.h Fri May 14 16:41:33 2010 +0300 @@ -75,9 +75,7 @@ : QSharedData(other), m_id(other.m_id), m_details(other.m_details), - m_relationshipsCache(other.m_relationshipsCache), - m_reorderedRelationshipsCache(other.m_reorderedRelationshipsCache), - m_preferences(other.m_preferences) + m_relationshipsCache(other.m_relationshipsCache) { } @@ -86,8 +84,6 @@ QContactId m_id; QList m_details; QList m_relationshipsCache; - QList m_reorderedRelationshipsCache; - QMap m_preferences; }; QTM_END_NAMESPACE