summaryrefslogtreecommitdiffstats
path: root/src/contacts/qcontactmanagerengine.h
diff options
context:
space:
mode:
authorCristiano di Flora <cristiano.di-flora@nokia.com>2012-03-13 14:18:39 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-13 15:05:26 +0100
commit2faf1c9caf758540689fc8a0e974a4b216ac8189 (patch)
tree590a143bbfb4ddfa6fffaaedc16d261ff8ee1532 /src/contacts/qcontactmanagerengine.h
parent941e51d2c807fe7f3efca4ce3a03f7da05d15692 (diff)
Remove compatibleContact() method from QContactManager.
After major changes in contacts API, the compatibleContact method is not needed anymore, since it becomes equivalent to validateContact method of QContactManagerEngine. Change-Id: I716bc545621772e2d41bc1b2755c24fbb948e095 Reviewed-by: Kranthi Kuntala <kranthi.kumar-kuntala@nokia.com>
Diffstat (limited to 'src/contacts/qcontactmanagerengine.h')
-rw-r--r--src/contacts/qcontactmanagerengine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/contacts/qcontactmanagerengine.h b/src/contacts/qcontactmanagerengine.h
index 55e04430e..4f0eba24e 100644
--- a/src/contacts/qcontactmanagerengine.h
+++ b/src/contacts/qcontactmanagerengine.h
@@ -90,9 +90,6 @@ public:
virtual bool saveContacts(QList<QContact> *contacts, QMap<int, QContactManager::Error> *errorMap, QContactManager::Error *error);
virtual bool removeContacts(const QList<QContactId> &contactIds, QMap<int, QContactManager::Error> *errorMap, QContactManager::Error *error);
- /* Return a pruned or modified contact which is valid and can be saved in the backend */
- virtual QContact compatibleContact(const QContact &original, QContactManager::Error *error) const;
-
/* Synthesize the display label of a contact */
virtual QString synthesizedDisplayLabel(const QContact &contact, QContactManager::Error *error) const;