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