qtmobility/src/contacts/requests/qcontactdetaildefinitionremoverequest.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    61 QContactDetailDefinitionRemoveRequest::QContactDetailDefinitionRemoveRequest()
    61 QContactDetailDefinitionRemoveRequest::QContactDetailDefinitionRemoveRequest()
    62     : QContactAbstractRequest(new QContactDetailDefinitionRemoveRequestPrivate)
    62     : QContactAbstractRequest(new QContactDetailDefinitionRemoveRequestPrivate)
    63 {
    63 {
    64 }
    64 }
    65 
    65 
    66 /*! Cleans up the memory in use by this detail definition remove request */
       
    67 QContactDetailDefinitionRemoveRequest::~QContactDetailDefinitionRemoveRequest()
       
    68 {
       
    69 }
       
    70 
       
    71 /*!
    66 /*!
    72   Sets the type of contact for which detail definitions should be removed to \a contactType, and the names of the detail definitions to remove from the manager to \a names.
    67   Sets the type of contact for which detail definitions should be removed to \a contactType, and the names of the detail definitions to remove from the manager to \a names.
    73   Managers may store different definitions which are valid for different contact types, and so attempting to remove definitions with certain names may fail if no such
    68   Managers may store different definitions which are valid for different contact types, and so attempting to remove definitions with certain names may fail if no such
    74   definitions exist for contacts of the given contact type, or if \a contactType is empty.
    69   definitions exist for contacts of the given contact type, or if \a contactType is empty.
    75  */
    70  */