invoke the dialer

This commit is contained in:
Marco Martin 2015-05-05 20:13:10 +02:00
parent 4dbdce0fc4
commit 015c03b75d

View file

@ -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 {