qtmobility/src/contacts/requests/qcontactrelationshipfetchrequest.h
changeset 5 453da2cfceef
parent 4 90517678cc4f
child 11 06b8e2af4411
equal deleted inserted replaced
4:90517678cc4f 5:453da2cfceef
    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