diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-03 10:23:29 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-03 10:23:29 +0200 |
commit | cd1c28cd7a1631f99d6a6efa1b74180d82c76cc3 (patch) | |
tree | 77d7ebf8edb9d03ce10fd5b7e141bf8852ba5bb2 /views/people/qml/PersonComposer.qml | |
parent | 3e825ba9a048c9d93de02352c6a142fc6d8d921b (diff) | |
download | kube-cd1c28cd7a1631f99d6a6efa1b74180d82c76cc3.tar.gz kube-cd1c28cd7a1631f99d6a6efa1b74180d82c76cc3.zip |
Cleanup
Diffstat (limited to 'views/people/qml/PersonComposer.qml')
-rw-r--r-- | views/people/qml/PersonComposer.qml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/views/people/qml/PersonComposer.qml b/views/people/qml/PersonComposer.qml index b409c3d6..ff24a456 100644 --- a/views/people/qml/PersonComposer.qml +++ b/views/people/qml/PersonComposer.qml | |||
@@ -240,9 +240,7 @@ Flickable { | |||
240 | model: Kube.EntityModel { | 240 | model: Kube.EntityModel { |
241 | id: addressbookModel | 241 | id: addressbookModel |
242 | type: "addressbook" | 242 | type: "addressbook" |
243 | //TODO | 243 | roles: ["name"] |
244 | //accountId: "" | ||
245 | roles: ["name", "color"] | ||
246 | } | 244 | } |
247 | textRole: "name" | 245 | textRole: "name" |
248 | Layout.fillWidth: true | 246 | Layout.fillWidth: true |