mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 17:53:32 +02:00
Fix QML errors
This commit is contained in:
parent
4dd7667fd7
commit
01c313ad60
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ Item {
|
|||
property bool keyboardRaised: false
|
||||
property bool punctuationMode: false
|
||||
|
||||
property var eventBridge;
|
||||
signal sendToScript(var message);
|
||||
|
||||
anchors.fill: parent
|
||||
|
||||
HifiConstants { id: hifi }
|
||||
|
|
Loading…
Reference in a new issue