summaryrefslogtreecommitdiffstats
path: root/src/contacts/qcontactrelationship.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/contacts/qcontactrelationship.cpp')
-rw-r--r--src/contacts/qcontactrelationship.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/contacts/qcontactrelationship.cpp b/src/contacts/qcontactrelationship.cpp
index fe74ec22a5..8fb2772f81 100644
--- a/src/contacts/qcontactrelationship.cpp
+++ b/src/contacts/qcontactrelationship.cpp
@@ -57,21 +57,22 @@ QTM_BEGIN_NAMESPACE
\class QContactRelationship
\brief The QContactRelationship class describes a one-to-one relationship
between a locally-stored contact and another (possibly remote) contact.
-
+
\inmodule QtContacts
-
+ \since 1.0
+
\ingroup contacts-main
-
+
Each relationship is uniquely identified by the combination of the first
contact id, second contact id, and the relationship type.
-
+
A relationship should not contain a second contact which is the same as
the first contact.
Any local contacts which are referenced in the relationship (that is, any
source contact, or any second contact whose manager URI is left empty or
whose manager URI references the manager that stores the source contact,
and in which the relationship will be saved) should exist.
-
+
If any of these requirements are not met, validation of the relationship
may fail when attempting to save the relationship in a QContactManager.