qtmobility/src/contacts/requests/qcontactremoverequest.h
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 11 06b8e2af4411
equal deleted inserted replaced
4:90517678cc4f 5:453da2cfceef
    54 class Q_CONTACTS_EXPORT QContactRemoveRequest : public QContactAbstractRequest
    54 class Q_CONTACTS_EXPORT QContactRemoveRequest : public QContactAbstractRequest
    55 {
    55 {
    56     Q_OBJECT
    56     Q_OBJECT
    57 
    57 
    58 public:
    58 public:
    59     QContactRemoveRequest();
    59     QContactRemoveRequest(QObject* parent = 0);
    60 
    60 
    61     /* Selection */
    61     /* Selection */
       
    62     void setContactId(const QContactLocalId& contactId);
    62     void setContactIds(const QList<QContactLocalId>& contactIds);
    63     void setContactIds(const QList<QContactLocalId>& contactIds);
    63     QList<QContactLocalId> contactIds() const;
    64     QList<QContactLocalId> contactIds() const;
    64 
    65 
    65     /* Results */
    66     /* Results */
    66     QMap<int, QContactManager::Error> errorMap() const;
    67     QMap<int, QContactManager::Error> errorMap() const;