From e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 27 Jun 2017 21:46:49 +0200 Subject: Show Avatar images --- framework/src/domain/peoplemodel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framework/src/domain/peoplemodel.h') 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: Addressbook, DomainObject, FirstName, - LastName + LastName, + ImageData }; QHash roleNames() const Q_DECL_OVERRIDE; -- cgit v1.2.3