summaryrefslogtreecommitdiffstats
path: root/framework/domain/peoplemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/domain/peoplemodel.h')
-rw-r--r--framework/domain/peoplemodel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/domain/peoplemodel.h b/framework/domain/peoplemodel.h
index 419d59a6..1e9d2d01 100644
--- a/framework/domain/peoplemodel.h
+++ b/framework/domain/peoplemodel.h
@@ -48,7 +48,9 @@ public:
48 Type, 48 Type,
49 Emails, 49 Emails,
50 Addressbook, 50 Addressbook,
51 DomainObject 51 DomainObject,
52 FirstName,
53 LastName
52 }; 54 };
53 55
54 QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE; 56 QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE;