summaryrefslogtreecommitdiffstats
path: root/src/contacts/qcontactmanagerengine.cpp
diff options
context:
space:
mode:
authorEckhart Koppen <eckhart.koppen@nokia.com>2011-04-20 11:52:57 +0300
committerEckhart Koppen <eckhart.koppen@nokia.com>2011-04-20 11:52:57 +0300
commitfb3e9bc2d941462f1244aaf0ea79425a307f883d (patch)
treeafce91959098ec887ce466abc6e40342261df3db /src/contacts/qcontactmanagerengine.cpp
parentc61d909c7b815319e40ba27d7f84e92aa5f1f946 (diff)
parent6f0dc7cc40dd63763a581a7fb6d4e76649b8026c (diff)
Merge branch 'master' into 1.2.0v1.2.0
Diffstat (limited to 'src/contacts/qcontactmanagerengine.cpp')
-rw-r--r--src/contacts/qcontactmanagerengine.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/contacts/qcontactmanagerengine.cpp b/src/contacts/qcontactmanagerengine.cpp
index 5813f953ea..51e73cb7ad 100644
--- a/src/contacts/qcontactmanagerengine.cpp
+++ b/src/contacts/qcontactmanagerengine.cpp
@@ -74,8 +74,9 @@ static bool validateActionFilter(const QContactFilter& filter);
\brief The QContactManagerEngine class provides the interface for
implementations of the contact manager backend functionality.
\inmodule QtContacts
-
+
\ingroup contacts-backends
+ \since 1.0
Instances of this class are usually provided by a
\l QContactManagerEngineFactory, which is loaded from a plugin.
@@ -1687,7 +1688,7 @@ QContact QContactManagerEngine::compatibleContact(const QContact& original, QCon
detail.removeValue(key);
else
detail.setValue(key, innerValues);
- }
+ }
if (field.dataType() == QVariant::StringList) {
QStringList innerValues = variant.toStringList();
QMutableListIterator<QString> it(innerValues);
@@ -2654,7 +2655,7 @@ void QContactManagerEngine::updateRelationshipRemoveRequest(QContactRelationship
\brief The QContactManagerEngineV2 class provides the interface for
implementations of the contact manager backend functionality.
\inmodule QtContacts
-
+
\ingroup contacts-backends
Instances of this class are usually provided by a
@@ -2861,7 +2862,7 @@ bool QContactManagerEngineV2::saveContacts(QList<QContact> *contacts, const QStr
/*!
Returns the list of contacts with the ids given by \a localIds. There is a one-to-one
correspondence between the returned contacts and the supplied \a localIds.
-
+
If there is an invalid id in \a localIds, then an empty QContact will take its place in the
returned list and an entry will be inserted into \a errorMap.