summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/peoplemodel.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-27 21:46:49 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-27 22:17:42 +0200
commite3a4d869cf0cc12a61f2b4faee44ab1d9751cca8 (patch)
tree22e5719b27e485e2ba9a47725d933941dd29fa58 /framework/src/domain/peoplemodel.h
parent2b8918e1cf28890b47c0cd2399eccf2087cbfbb4 (diff)
downloadkube-e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8.tar.gz
kube-e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8.zip
Show Avatar images
Diffstat (limited to 'framework/src/domain/peoplemodel.h')
-rw-r--r--framework/src/domain/peoplemodel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/src/domain/peoplemodel.h b/framework/src/domain/peoplemodel.h
index a59e752c..69d07417 100644
--- a/framework/src/domain/peoplemodel.h
+++ b/framework/src/domain/peoplemodel.h
@@ -51,7 +51,8 @@ public:
51 Addressbook, 51 Addressbook,
52 DomainObject, 52 DomainObject,
53 FirstName, 53 FirstName,
54 LastName 54 LastName,
55 ImageData
55 }; 56 };
56 57
57 QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE; 58 QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE;