qtmobility/src/contacts/details/qcontactdetails.cpp
changeset 15 1f895d8a5b2b
parent 14 6fbed849b4f4
--- a/qtmobility/src/contacts/details/qcontactdetails.cpp	Wed Jun 23 19:08:38 2010 +0300
+++ b/qtmobility/src/contacts/details/qcontactdetails.cpp	Tue Jul 06 15:12:50 2010 +0300
@@ -804,6 +804,17 @@
  */
 
 /*!
+   \deprecated
+   \variable QContactOrganization::FieldLogo
+
+   The constant key for which the logo path value is stored in details
+   of the QContactOrganization type.
+
+   This field is deprecated and will be removed after the transition period has elapsed.
+ */
+Q_DEFINE_LATIN1_CONSTANT(QContactOrganization::FieldLogo, "Logo");
+
+/*!
    \variable QContactBirthday::DefinitionName
    The string constant for the definition name of QContactBirthday details.
  */
@@ -923,6 +934,17 @@
 Q_DEFINE_LATIN1_CONSTANT(QContactGeoLocation::FieldLongitude, "Longitude");
 
 /*!
+   \variable QContactPhoneNumber::SubTypeFacsimile
+   \deprecated
+
+   The constant attribute value which describes the phone number as
+   identifying a fax machine.
+
+   This has been deprecated - use QContactPhoneNumebr::SubTypeFax instead.
+ */
+Q_DEFINE_LATIN1_CONSTANT(QContactPhoneNumber::SubTypeFacsimile, "Fax");
+
+/*!
    \variable QContactGeoLocation::FieldAccuracy
 
    The field key constant for the value containing the location (latitude/longitude) accuracy.
@@ -1680,6 +1702,7 @@
    Returns the list of subtypes that this detail implements.
  */
 
+
 /*!
    \fn QContactOnlineAccount::setCapabilities(const QStringList& capabilities)
 
@@ -1788,6 +1811,19 @@
  */
 
 /*!
+   \deprecated
+   \fn QContactOrganization::setLogo(const QString& logo)
+   Sets the logo of the organization stored in this detail to \a logo.
+ */
+
+/*!
+   \deprecated
+   \fn QContactOrganization::logo() const
+   Returns the logo of the organization stored in this detail.
+ */
+
+
+/*!
    \fn QContactOrganization::setDepartment(const QStringList& department)
    
    Sets the contact's department of the organization stored in this