qtcontactsmobility/plugins/contacts/symbian/inc/cntsymbiandatabase.h
changeset 31 2a11b5b00470
parent 27 de1630741fbe
--- a/qtcontactsmobility/plugins/contacts/symbian/inc/cntsymbiandatabase.h	Mon May 03 12:24:20 2010 +0300
+++ b/qtcontactsmobility/plugins/contacts/symbian/inc/cntsymbiandatabase.h	Fri May 14 15:42:23 2010 +0300
@@ -89,11 +89,11 @@
     QSet<QContactLocalId> groupMembersL(QContactLocalId groupId);
 
 private:
-    CContactDatabase* m_contactDatabase;
 #ifndef SYMBIAN_BACKEND_USE_SQLITE
     CContactChangeNotifier* m_contactChangeNotifier;
 #endif
     QContactManagerEngine *m_engine;
+    CContactDatabase* m_contactDatabase;
     QList<QContactLocalId> m_contactsEmitted;
     QContactLocalId m_currentOwnCardId;
     QMap<QContactLocalId, QSet<QContactLocalId> > m_groupContents;