qtmobility/src/contacts/requests/qcontactlocalidfetchrequest.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    61 QContactLocalIdFetchRequest::QContactLocalIdFetchRequest()
    61 QContactLocalIdFetchRequest::QContactLocalIdFetchRequest()
    62     : QContactAbstractRequest(new QContactLocalIdFetchRequestPrivate)
    62     : QContactAbstractRequest(new QContactLocalIdFetchRequestPrivate)
    63 {
    63 {
    64 }
    64 }
    65 
    65 
    66 /*! Cleans up the memory in use by this contact id fetch request */
       
    67 QContactLocalIdFetchRequest::~QContactLocalIdFetchRequest()
       
    68 {
       
    69 }
       
    70 
       
    71 /*! Sets the filter which will be used to select the contacts whose ids will be returned to \a filter */
    66 /*! Sets the filter which will be used to select the contacts whose ids will be returned to \a filter */
    72 void QContactLocalIdFetchRequest::setFilter(const QContactFilter& filter)
    67 void QContactLocalIdFetchRequest::setFilter(const QContactFilter& filter)
    73 {
    68 {
    74     Q_D(QContactLocalIdFetchRequest);
    69     Q_D(QContactLocalIdFetchRequest);
    75     d->m_filter = filter;
    70     d->m_filter = filter;