diff -r 2a11b5b00470 -r fd64c38c277d phonebookengines/mobcntmodel/inc/mobcntmodel_p.h --- a/phonebookengines/mobcntmodel/inc/mobcntmodel_p.h Fri May 14 15:42:23 2010 +0300 +++ b/phonebookengines/mobcntmodel/inc/mobcntmodel_p.h Thu May 27 12:45:19 2010 +0300 @@ -24,6 +24,7 @@ #include #include #include +#include "cntcache.h" QTM_USE_NAMESPACE @@ -44,8 +45,9 @@ public: QContactManager* m_contactManager; + CntCache* m_cache; bool ownedContactManager; - mutable QContact currentContact; + mutable CntContactInfo currentContact; mutable int currentRow; QList contactIds;