diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-02 23:15:01 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-02 23:15:01 +0200 |
commit | 581b5a7f16a1c399958742a3b103f47ef9518662 (patch) | |
tree | cc7fa518f81d00522532b223e7373f2f04236f7e /framework/src/entitymodel.h | |
parent | 6aa6051a1535db4fea13bbde62e7701ecba583e9 (diff) | |
download | kube-581b5a7f16a1c399958742a3b103f47ef9518662.tar.gz kube-581b5a7f16a1c399958742a3b103f47ef9518662.zip |
Addressbook support for the contact composer
Diffstat (limited to 'framework/src/entitymodel.h')
-rw-r--r-- | framework/src/entitymodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/entitymodel.h b/framework/src/entitymodel.h index b8a0417e..add66d78 100644 --- a/framework/src/entitymodel.h +++ b/framework/src/entitymodel.h | |||
@@ -63,6 +63,8 @@ public: | |||
63 | void setFilter(const QVariantMap &); | 63 | void setFilter(const QVariantMap &); |
64 | QVariantMap filter() const; | 64 | QVariantMap filter() const; |
65 | 65 | ||
66 | Q_INVOKABLE QVariantMap data(int row) const; | ||
67 | |||
66 | private: | 68 | private: |
67 | void runQuery(const Sink::Query &query); | 69 | void runQuery(const Sink::Query &query); |
68 | void updateQuery(); | 70 | void updateQuery(); |