qtmobility/src/contacts/requests/qcontactlocalidfetchrequest.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    57 {
    57 {
    58     Q_OBJECT
    58     Q_OBJECT
    59 
    59 
    60 public:
    60 public:
    61     QContactLocalIdFetchRequest();
    61     QContactLocalIdFetchRequest();
    62     ~QContactLocalIdFetchRequest();
       
    63 
    62 
    64     /* Selection, restriction and sorting */
    63     /* Selection, restriction and sorting */
    65     void setFilter(const QContactFilter& filter);
    64     void setFilter(const QContactFilter& filter);
    66     void setSorting(const QList<QContactSortOrder>& sorting);
    65     void setSorting(const QList<QContactSortOrder>& sorting);
    67     QContactFilter filter() const;
    66     QContactFilter filter() const;