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