qtmobility/plugins/contacts/symbian/inc/cntsymbianengine.h
changeset 8 71781823f776
parent 5 453da2cfceef
child 11 06b8e2af4411
--- a/qtmobility/plugins/contacts/symbian/inc/cntsymbianengine.h	Fri May 14 16:41:33 2010 +0300
+++ b/qtmobility/plugins/contacts/symbian/inc/cntsymbianengine.h	Thu May 27 13:42:11 2010 +0300
@@ -87,7 +87,6 @@
 
 public:
     CntSymbianEngine(const QMap<QString, QString>& parameters, QContactManager::Error* error);
-    CntSymbianEngine(const CntSymbianEngine& other);
     ~CntSymbianEngine();
     
     /* URI reporting */
@@ -95,6 +94,7 @@
 
     /* XXX TODO - implement these correctly */
     int managerVersion() const { return 1;}
+    QContact compatibleContact(const QContact& contact, QContactManager::Error* error) const {return QContactManagerEngine::compatibleContact(contact, error);}
 
     /* Functions that are optional in the base API */
     bool saveRelationship(QContactRelationship* relationship, QContactManager::Error* error);
@@ -167,7 +167,9 @@
     QString m_managerUri;
     CntTransformContact *m_transformContact;
     CntAbstractContactFilter *m_contactFilter;
+#ifndef SYMBIAN_BACKEND_USE_SQLITE    
     CntAbstractContactSorter *m_contactSorter;
+#endif    
     CntRelationship *m_relationship;
     CntDisplayLabel *m_displayLabel;