summaryrefslogtreecommitdiffstats
path: root/src/contacts/qcontactmanager.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/qcontactmanager.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/qcontactmanager.h')
-rw-r--r--src/contacts/qcontactmanager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/contacts/qcontactmanager.h b/src/contacts/qcontactmanager.h
index 07afa82df..a12e22e98 100644
--- a/src/contacts/qcontactmanager.h
+++ b/src/contacts/qcontactmanager.h
@@ -141,9 +141,6 @@ public:
bool saveContacts(QList<QContact>* contacts, const QList<QContactDetail::DetailType>& typeMask, QMap<int, QContactManager::Error>* errorMap = 0); // Partial save
bool removeContacts(const QList<QContactId>& contactIds, QMap<int, QContactManager::Error>* errorMap = 0); // batch API - remove.
- /* Return a pruned or modified contact which is valid and can be saved in the manager */
- QContact compatibleContact(const QContact& original);
-
/* Synthesize the display label of a contact */
QString synthesizedContactDisplayLabel(const QContact& contact) const;
void synthesizeContactDisplayLabel(QContact* contact) const;