equal
deleted
inserted
replaced
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; |