diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-02-28 11:35:39 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-02-28 13:41:42 +0100 |
commit | abafb89e48141e0c3d15e0b38a09038b663f305e (patch) | |
tree | 8088cf162bcc47d5b83a132272f3f61ab51adf10 | |
parent | 27c85e7f11d5de94308e91232e65bf65e4193aef (diff) | |
download | kube-abafb89e48141e0c3d15e0b38a09038b663f305e.tar.gz kube-abafb89e48141e0c3d15e0b38a09038b663f305e.zip |
execute save action
-rw-r--r-- | views/people/qml/People.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/people/qml/People.qml b/views/people/qml/People.qml index 41acfba0..e2879a9b 100644 --- a/views/people/qml/People.qml +++ b/views/people/qml/People.qml | |||
@@ -257,7 +257,6 @@ FocusScope { | |||
257 | } | 257 | } |
258 | 258 | ||
259 | Kube.PositiveButton { | 259 | Kube.PositiveButton { |
260 | |||
261 | anchors { | 260 | anchors { |
262 | bottom: parent.bottom | 261 | bottom: parent.bottom |
263 | right: parent.right | 262 | right: parent.right |
@@ -267,6 +266,7 @@ FocusScope { | |||
267 | text: "Save" | 266 | text: "Save" |
268 | 267 | ||
269 | onClicked: { | 268 | onClicked: { |
269 | contactController.saveAction.execute() | ||
270 | stack.pop() | 270 | stack.pop() |
271 | } | 271 | } |
272 | } | 272 | } |