From 015c03b75d4a479bf0bf4a31f15acd23d6935a68 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 5 May 2015 20:13:10 +0200 Subject: [PATCH] invoke the dialer --- phonebook/contents/ui/ContactsList.qml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phonebook/contents/ui/ContactsList.qml b/phonebook/contents/ui/ContactsList.qml index bf235df7..91b001d4 100644 --- a/phonebook/contents/ui/ContactsList.qml +++ b/phonebook/contents/ui/ContactsList.qml @@ -165,6 +165,11 @@ PlasmaExtras.ScrollArea { anchors.leftMargin: parent.height / 4 source: "call-start" } + MouseArea { + anchors.fill: parent + //TODO: needs the proper number + onClicked: Qt.openUrlExternally("call://" + "605909123") + } } highlight: PlasmaComponents.Highlight {