equal
deleted
inserted
replaced
53 class Q_CONTACTS_EXPORT QContactRelationshipRemoveRequest : public QContactAbstractRequest |
53 class Q_CONTACTS_EXPORT QContactRelationshipRemoveRequest : public QContactAbstractRequest |
54 { |
54 { |
55 Q_OBJECT |
55 Q_OBJECT |
56 |
56 |
57 public: |
57 public: |
58 QContactRelationshipRemoveRequest(); |
58 QContactRelationshipRemoveRequest(QObject* parent = 0); |
59 |
59 |
60 /* Selection */ |
60 /* Selection */ |
|
61 void setRelationship(const QContactRelationship& relationship); |
61 void setRelationships(const QList<QContactRelationship>& relationships); |
62 void setRelationships(const QList<QContactRelationship>& relationships); |
62 QList<QContactRelationship> relationships() const; |
63 QList<QContactRelationship> relationships() const; |
63 |
64 |
64 /* Results */ |
65 /* Results */ |
65 QMap<int, QContactManager::Error> errorMap() const; |
66 QMap<int, QContactManager::Error> errorMap() const; |