summaryrefslogtreecommitdiffstats
path: root/common/modelresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/modelresult.h')
-rw-r--r--common/modelresult.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/modelresult.h b/common/modelresult.h
index 700064b..298e157 100644
--- a/common/modelresult.h
+++ b/common/modelresult.h
@@ -34,7 +34,8 @@ class ModelResult : public QAbstractItemModel
34public: 34public:
35 enum Roles { 35 enum Roles {
36 DomainObjectRole = Qt::UserRole + 1, 36 DomainObjectRole = Qt::UserRole + 1,
37 ChildrenFetchedRole 37 ChildrenFetchedRole,
38 DomainObjectBaseRole
38 }; 39 };
39 40
40 ModelResult(const Akonadi2::Query &query, const QList<QByteArray> &propertyColumns); 41 ModelResult(const Akonadi2::Query &query, const QList<QByteArray> &propertyColumns);