diff options
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(); |