qtmobility/src/contacts/qcontactrelationship.cpp
changeset 15 1f895d8a5b2b
parent 11 06b8e2af4411
equal deleted inserted replaced
14:6fbed849b4f4 15:1f895d8a5b2b
    93  * The relationship type which identifies the first contact as aggregating the second contact into a metacontact
    93  * The relationship type which identifies the first contact as aggregating the second contact into a metacontact
    94  */
    94  */
    95 Q_DEFINE_LATIN1_CONSTANT(QContactRelationship::Aggregates, "Aggregates");
    95 Q_DEFINE_LATIN1_CONSTANT(QContactRelationship::Aggregates, "Aggregates");
    96 
    96 
    97 /*!
    97 /*!
       
    98  * \variable QContactRelationship::Is
       
    99  * \deprecated
       
   100  * Deprecated - use QContactRelationship::IsSameAs instead.
       
   101  */
       
   102 Q_DEFINE_LATIN1_CONSTANT(QContactRelationship::Is, "IsSameAs");
       
   103 
       
   104 /*!
    98  * \variable QContactRelationship::IsSameAs
   105  * \variable QContactRelationship::IsSameAs
    99  * The relationship type which identifies the first contact as being the same contact as the second contact
   106  * The relationship type which identifies the first contact as being the same contact as the second contact
   100  */
   107  */
   101 Q_DEFINE_LATIN1_CONSTANT(QContactRelationship::IsSameAs, "IsSameAs");
   108 Q_DEFINE_LATIN1_CONSTANT(QContactRelationship::IsSameAs, "IsSameAs");
   102 
   109