contactengine/contactsengine.h
changeset 34 93c5a58496b6
parent 31 7140311376c0
child 40 edc0144719a1
--- a/contactengine/contactsengine.h	Mon Aug 16 15:57:18 2010 -0700
+++ b/contactengine/contactsengine.h	Wed Aug 18 16:39:30 2010 -0700
@@ -42,7 +42,9 @@
 
 private:
     QMap<QString, QString> m_availableManagers;
+    // this is the default mgr. On device, it pull info from contacts as expected.
     QPointer<QContactManager> m_manager;
+    // this one is simply in memory. Put the Symbian Foundation contacts here.
     QPointer<QContactManager> m_manager_sf;
 };