qtmobility/src/contacts/details/qcontactdetails.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
child 15 1f895d8a5b2b
--- a/qtmobility/src/contacts/details/qcontactdetails.cpp	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/src/contacts/details/qcontactdetails.cpp	Wed Jun 23 19:08:38 2010 +0300
@@ -1328,6 +1328,17 @@
    \brief The QContactTag class contains a tag associated with a
    contact.
    \ingroup contacts-details
+
+   Typically the tags associated with a contact will be distinct,
+   although this is usually only enforced when the contact is saved
+   in the manager.
+
+   Here is an example of retrieving all the tags for a contact:
+   \snippet doc/src/snippets/qtcontactsdocsample/qtcontactsdocsample.cpp Getting all tags
+
+   Here is an example of checking for a specific tag value:
+   \snippet doc/src/snippets/qtcontactsdocsample/qtcontactsdocsample.cpp Checking for a specific tag
+
  */
 
 /*!