qtmobility/plugins/contacts/symbian/inc/cntsymbianengine.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/plugins/contacts/symbian/inc/cntsymbianengine.h	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/plugins/contacts/symbian/inc/cntsymbianengine.h	Wed Jun 23 19:08:38 2010 +0300
@@ -136,7 +136,7 @@
     QList<QContactLocalId> slowSort(const QList<QContactLocalId>& contactIds, const QList<QContactSortOrder>& sortOrders, QContactManager::Error* error) const;
     bool doSaveContact(QContact* contact, QContactChangeSet& changeSet, QContactManager::Error* error);
 
-    QContact fetchContactL(const QContactLocalId &localId, const QStringList& definitionRestrictions) const;
+    QContact fetchContactL(const QContactLocalId &localId, const QStringList& detailDefinitionsHint) const;
 
     /* Add contact */
     bool addContact(QContact& contact, QContactChangeSet& changeSet, QContactManager::Error* qtError);
@@ -148,7 +148,7 @@
 
     /* Remove contact */
     bool removeContact(const QContactLocalId &id, QContactChangeSet& changeSet, QContactManager::Error* qtError);
-    int removeContactL(QContactLocalId id);
+    void removeContactL(QContactLocalId id);
 
     void updateDisplayLabel(QContact& contact) const;