equal
deleted
inserted
replaced
56 class Q_CONTACTS_EXPORT QContactLocalIdFetchRequest : public QContactAbstractRequest |
56 class Q_CONTACTS_EXPORT QContactLocalIdFetchRequest : public QContactAbstractRequest |
57 { |
57 { |
58 Q_OBJECT |
58 Q_OBJECT |
59 |
59 |
60 public: |
60 public: |
61 QContactLocalIdFetchRequest(); |
61 QContactLocalIdFetchRequest(QObject* parent = 0); |
62 |
62 |
63 /* Selection, restriction and sorting */ |
63 /* Selection, restriction and sorting */ |
64 void setFilter(const QContactFilter& filter); |
64 void setFilter(const QContactFilter& filter); |
65 void setSorting(const QList<QContactSortOrder>& sorting); |
65 void setSorting(const QList<QContactSortOrder>& sorting); |
66 QContactFilter filter() const; |
66 QContactFilter filter() const; |