qtmobility/plugins/contacts/symbian/inc/cntsymbiandatabase.h
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 11 06b8e2af4411
--- a/qtmobility/plugins/contacts/symbian/inc/cntsymbiandatabase.h	Mon May 03 13:18:40 2010 +0300
+++ b/qtmobility/plugins/contacts/symbian/inc/cntsymbiandatabase.h	Fri May 14 16:41:33 2010 +0300
@@ -89,11 +89,11 @@
     QSet<QContactLocalId> groupMembersL(QContactLocalId groupId);
 
 private:
+    QContactManagerEngine *m_engine;
     CContactDatabase* m_contactDatabase;
 #ifndef SYMBIAN_BACKEND_USE_SQLITE
     CContactChangeNotifier* m_contactChangeNotifier;
 #endif
-    QContactManagerEngine *m_engine;
     QList<QContactLocalId> m_contactsEmitted;
     QContactLocalId m_currentOwnCardId;
     QMap<QContactLocalId, QSet<QContactLocalId> > m_groupContents;