qtmobility/src/contacts/details/qcontactdetails.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
child 15 1f895d8a5b2b
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
  1326 /*!
  1326 /*!
  1327    \class QContactTag
  1327    \class QContactTag
  1328    \brief The QContactTag class contains a tag associated with a
  1328    \brief The QContactTag class contains a tag associated with a
  1329    contact.
  1329    contact.
  1330    \ingroup contacts-details
  1330    \ingroup contacts-details
       
  1331 
       
  1332    Typically the tags associated with a contact will be distinct,
       
  1333    although this is usually only enforced when the contact is saved
       
  1334    in the manager.
       
  1335 
       
  1336    Here is an example of retrieving all the tags for a contact:
       
  1337    \snippet doc/src/snippets/qtcontactsdocsample/qtcontactsdocsample.cpp Getting all tags
       
  1338 
       
  1339    Here is an example of checking for a specific tag value:
       
  1340    \snippet doc/src/snippets/qtcontactsdocsample/qtcontactsdocsample.cpp Checking for a specific tag
       
  1341 
  1331  */
  1342  */
  1332 
  1343 
  1333 /*!
  1344 /*!
  1334    \variable QContactTag::DefinitionName
  1345    \variable QContactTag::DefinitionName
  1335    The string constant for the definition name of QContactTag details.
  1346    The string constant for the definition name of QContactTag details.