--- 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<QContactDetail> m_details;
QList<QContactRelationship> m_relationshipsCache;
- QList<QContactRelationship> m_reorderedRelationshipsCache;
- QMap<QString, int> m_preferences;
};
QTM_END_NAMESPACE