summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuha Kukkonen <ext-juha.kukkonen@nokia.com>2012-06-08 09:29:37 +0300
committerJuha Kukkonen <ext-juha.kukkonen@nokia.com>2012-06-08 09:29:37 +0300
commit8dc49df8252fe8f6d83dab03015ea03ffed342e0 (patch)
treefacc828b6aefc2e6906723ad4b77c6b52772cd3c
parent36f600cae775700d1d8a4d72a4f30db89d54fb57 (diff)
Fix QContactManager::saveContact() documentation
Removed paragraph about having relationships reordered as that info has been obsolete since 1.0-alpha release. Task-number: QTMOBILITY-1786 Reviewed-by: Tuija Lindfors
-rw-r--r--src/contacts/qcontactmanager.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/contacts/qcontactmanager.cpp b/src/contacts/qcontactmanager.cpp
index b8c417c880..752e7bfeb4 100644
--- a/src/contacts/qcontactmanager.cpp
+++ b/src/contacts/qcontactmanager.cpp
@@ -570,14 +570,6 @@ QList<QContact> QContactManager::contacts(const QList<QContactLocalId>& localIds
not yet been saved with the manager, the operation will fail and calling
error() will return \c QContactManager::UnsupportedError.
- If the \a contact has had its relationships reordered, the manager
- will check to make sure that every relationship that the contact is currently
- involved in is included in the reordered list, and that no relationships which
- either do not involve the contact, or have not been saved in the manager are
- included in the list. If these conditions are not met, the function will
- return \c false and calling error() will return
- \c QContactManager::InvalidRelationshipError.
-
Returns false on failure, or true on
success. On successful save of a contact with a local id of zero, its
id will be set to a new, valid id with the manager URI set to the URI of