qtmobility/src/contacts/requests/qcontactrelationshipsaverequest.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    61 QContactRelationshipSaveRequest::QContactRelationshipSaveRequest()
    61 QContactRelationshipSaveRequest::QContactRelationshipSaveRequest()
    62     : QContactAbstractRequest(new QContactRelationshipSaveRequestPrivate)
    62     : QContactAbstractRequest(new QContactRelationshipSaveRequestPrivate)
    63 {
    63 {
    64 }
    64 }
    65 
    65 
    66 /*! Cleans up the memory in use by this relationship save request */
       
    67 QContactRelationshipSaveRequest::~QContactRelationshipSaveRequest()
       
    68 {
       
    69 }
       
    70 
       
    71 /*! Sets the relationships to save to be \a contactRelationships */
    66 /*! Sets the relationships to save to be \a contactRelationships */
    72 void QContactRelationshipSaveRequest::setRelationships(const QList<QContactRelationship>& contactRelationships)
    67 void QContactRelationshipSaveRequest::setRelationships(const QList<QContactRelationship>& contactRelationships)
    73 {
    68 {
    74     Q_D(QContactRelationshipSaveRequest);
    69     Q_D(QContactRelationshipSaveRequest);
    75     d->m_relationships = contactRelationships;
    70     d->m_relationships = contactRelationships;