mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 07:56:25 +02:00
Close the loop.
This commit is contained in:
parent
a03f9592c1
commit
50f7f91d4e
2 changed files with 1 additions and 2 deletions
|
@ -136,7 +136,7 @@ Rectangle {
|
|||
//
|
||||
// FUNCTION DEFINITIONS START
|
||||
//
|
||||
signal sendToPurchases(var message);
|
||||
signal sendToPurchases(var msg);
|
||||
//
|
||||
// FUNCTION DEFINITIONS END
|
||||
//
|
||||
|
|
|
@ -198,7 +198,6 @@ Rectangle {
|
|||
anchors.bottomMargin: 12;
|
||||
|
||||
Connections {
|
||||
target: parent;
|
||||
onSendToPurchases: {
|
||||
if (msg.method === 'purchases_itemInfoClicked') {
|
||||
sendToScript({method: 'purchases_itemInfoClicked', itemId: itemId});
|
||||
|
|
Loading…
Reference in a new issue