phonebookengines/mobcntmodel/inc/mobcntmodel_p.h
changeset 37 fd64c38c277d
parent 24 0ba2181d7c28
--- 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 <qcontactmanager.h>
 #include <qcontactfilter.h>
 #include <qcontactsortorder.h>
+#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<QContactLocalId> contactIds;