Wire keypad buttons signal - call & wipe
This commit is contained in:
parent
e1033b9db2
commit
f80620f900
1 changed files with 4 additions and 1 deletions
|
|
@ -76,6 +76,9 @@ Control.Popup {
|
|||
anchors.leftMargin: 72 * DefaultStyle.dp
|
||||
onButtonPressed: (text) => {
|
||||
console.log("BUTTON PRESSED NUMPAD")
|
||||
mainItem.buttonPressed(text)}
|
||||
mainItem.buttonPressed(text)
|
||||
}
|
||||
onLaunchCall: mainItem.launchCall()
|
||||
onWipe: mainItem.wipe()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue