diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-27 21:46:49 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-27 22:17:42 +0200 |
commit | e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8 (patch) | |
tree | 22e5719b27e485e2ba9a47725d933941dd29fa58 /framework/src/domain/peoplemodel.h | |
parent | 2b8918e1cf28890b47c0cd2399eccf2087cbfbb4 (diff) | |
download | kube-e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8.tar.gz kube-e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8.zip |
Show Avatar images
Diffstat (limited to 'framework/src/domain/peoplemodel.h')
-rw-r--r-- | framework/src/domain/peoplemodel.h | 3 |
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; |