contactengine/contactsengine.h
changeset 40 edc0144719a1
parent 34 93c5a58496b6
equal deleted inserted replaced
39:3ed811ba9e2e 40:edc0144719a1
    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