qtmobility/src/contacts/qcontact_p.h
changeset 5 453da2cfceef
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- 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