From 906c2d9a2f38058693d7a39b234a044724b1d1fc Mon Sep 17 00:00:00 2001 From: Peter Yard Date: Fri, 15 Apr 2011 14:24:20 +1000 Subject: Docs: added since version to 1.0 classes. QTMOBILITY-790 --- src/contacts/qcontactmanagerengine.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/contacts/qcontactmanagerengine.cpp') 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 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 *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. -- cgit v1.2.3