equal
deleted
inserted
replaced
44 QMap<QString, QString> m_availableManagers; |
44 QMap<QString, QString> m_availableManagers; |
45 // this is the default mgr. On device, it pull info from contacts as expected. |
45 // this is the default mgr. On device, it pull info from contacts as expected. |
46 QPointer<QContactManager> m_manager; |
46 QPointer<QContactManager> m_manager; |
47 // this one is simply in memory. Put the Symbian Foundation contacts here. |
47 // this one is simply in memory. Put the Symbian Foundation contacts here. |
48 QPointer<QContactManager> m_manager_sf; |
48 QPointer<QContactManager> m_manager_sf; |
|
49 // cache list of all contacts. |
|
50 QList<QContact> m_allContacts; |
49 }; |
51 }; |
50 |
52 |
51 #endif // CONTACTSENGINE_H |
53 #endif // CONTACTSENGINE_H |