summaryrefslogtreecommitdiffstats
path: root/views/people/qml/View.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-21 10:46:08 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-21 10:46:08 +0200
commit0b973d5af8a33e9542c8364dfb3ae59ace64821b (patch)
treeeb1f39147b53ad2de79a36ef8e85eccfab12f4bc /views/people/qml/View.qml
parentdc96f518d20f1438f6b5e1023bf3bb17d3cf7998 (diff)
downloadkube-0b973d5af8a33e9542c8364dfb3ae59ace64821b.tar.gz
kube-0b973d5af8a33e9542c8364dfb3ae59ace64821b.zip
Use the refresh signal
Diffstat (limited to 'views/people/qml/View.qml')
-rw-r--r--views/people/qml/View.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/people/qml/View.qml b/views/people/qml/View.qml
index 800c4925..1da7ab5a 100644
--- a/views/people/qml/View.qml
+++ b/views/people/qml/View.qml
@@ -22,9 +22,9 @@ import QtQuick 2.7
22import QtQuick.Controls 2.1 22import QtQuick.Controls 2.1
23import org.kube.framework 1.0 as Kube 23import org.kube.framework 1.0 as Kube
24 24
25Item { 25Kube.View {
26 26
27 StackView.onActivated: { 27 onRefresh: {
28 Kube.Fabric.postMessage(Kube.Messages.synchronize, {"type": "contacts"}) 28 Kube.Fabric.postMessage(Kube.Messages.synchronize, {"type": "contacts"})
29 } 29 }
30 30