equal
deleted
inserted
replaced
57 class Q_CONTACTS_EXPORT QContactRelationshipFetchRequest : public QContactAbstractRequest |
57 class Q_CONTACTS_EXPORT QContactRelationshipFetchRequest : public QContactAbstractRequest |
58 { |
58 { |
59 Q_OBJECT |
59 Q_OBJECT |
60 |
60 |
61 public: |
61 public: |
62 QContactRelationshipFetchRequest(); |
62 QContactRelationshipFetchRequest(QObject* parent = 0); |
63 |
63 |
64 /* Selection */ |
64 /* Selection */ |
65 void setFirst(const QContactId& firstId); |
65 void setFirst(const QContactId& firstId); |
66 QContactId first() const; |
66 QContactId first() const; |
67 |
67 |